Closed
Description
In case you have a multiple file selection input, such as
<input type="file" name="uploadedFiles" multiple>
it won't work. Multiple files will be uploaded, but they will not appear in the files
tree since this line
return req.files[fieldname] = {
(index.js line 53)
will be called one time per file, replacing the last file from the object.
I'll submit a patch in this Issue soon.
Metadata
Assignees
Labels
No labels