Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix input fields with multiple enabled:
- 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.
- Loading branch information