expressjs/multer

Filesize in mutliple upload returns fieldname instead of filename

Open

#607 aberto em 27 de jun. de 2018

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (1.043 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (11.136 stars)
Métricas de merge de PR
 (Mesclagem média 9d 11h) (7 fundiu PRs em 30d)

Description

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

Guia do colaborador