Commit ec6270d6 authored by Felipe Lavratti's avatar Felipe Lavratti
Browse files

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.
parent 994e1cbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment