Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix input fields with multiple enabled: #18

Merged
merged 1 commit into from
Feb 10, 2017

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