richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 261 forks source link

req.files undefined #317

Closed salloom-domani closed 2 years ago

salloom-domani commented 2 years ago

It's only working with postman when I accidentally disabled the header "ContentType=application/x-www-form-urlencoded" otherwise, it's not working at all

salloom-domani commented 2 years ago

I solved the problem by setting my HTML form enctype to "multipart/form-data"