expressjs/multer

Filesize in mutliple upload returns fieldname instead of filename

Open

#607 geöffnet am 27. Juni 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.043 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (11.136 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 11h) (7 gemergte PRs in 30 T)

Beschreibung

that is worth when you want to upload multiple files and one file is above filesize limitation. you´re not able to inform user about that rejected file... https://github.com/expressjs/multer/blob/master/lib/make-middleware.js#L141 pls, change fieldname to filename, or even better with the file object

Contributor Guide