expressjs/multer
GitHub で見るFilesize in mutliple upload returns fieldname instead of filename
Open
#607 opened on 2018年6月27日
enhancementhelp wanted
Repository metrics
- Stars
- (11,136 stars)
- PR merge metrics
- (平均マージ 9d 11h) (30d で 7 merged PRs)
説明
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