Skip to content

<input ... multiple> doesn't work #17

Closed
@flplv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions