lian-yue / vue-upload-component

Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
Apache License 2.0
2.68k stars 700 forks source link

add lastModified to form data #460

Open paulheijman opened 3 months ago

paulheijman commented 3 months ago

Add lastModified of the uploaded file(s) to the form field. Server side code can use this field to correctly touch the uploaded file with the correct date / time instead of current date time.