You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kemal Ahmed edited this page Sep 16, 2016
·
6 revisions
Welcome to the multer wiki!
The <NAME> you use in multer's upload.single() function must be the same as the one you use in
<input type="file" name="<NAME>"
Same for upload.array(<Name>).