Skip to content

Conversation

@flplv
Copy link
Contributor

@flplv flplv commented Feb 7, 2017

  • req.files[fieldname] is an Object when no multiple files are sent in the same field.
  • req.files[fieldname] is an Array of Objects when multiple files are sent for fieldname.

- req.files[fieldname] is an Object when no multiple files are sent in the same field.
- req.files[fieldname] is an Array of Objects when multiple files are sent for fieldname.
@r3wt
Copy link
Contributor

r3wt commented Feb 8, 2017

@flplv awesome work! thanks \cc: @richardgirges how long until this can land? i'm interested in using the new patch.

@richardgirges
Copy link
Owner

richardgirges commented Feb 8, 2017 via email

@richardgirges richardgirges merged commit d9425c0 into richardgirges:master Feb 10, 2017
@richardgirges
Copy link
Owner

Thanks for the PR! This should fix #17. Merged and published.

@flplv flplv deleted the fix-multiple branch April 20, 2017 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants