expressjs/multer

Filesize in mutliple upload returns fieldname instead of filename

开放

#607 创建于 2018年6月27日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (1,043 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (11,136 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南