Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

req.files is empty on Node.js v14 #4

Closed
Tchoupinax opened this issue Apr 25, 2020 · 2 comments
Closed

req.files is empty on Node.js v14 #4

Tchoupinax opened this issue Apr 25, 2020 · 2 comments

Comments

@Tchoupinax
Copy link

Hello,

I use your middleware with express. When i upgrade to Node.js v14, my file upload crashes. I logged req.files and it appears to be an empty object ({}).
When i downgrade to Node.js v13, upload continue to work.

I notice the breaking change. :)
Thank you for your work

@ortexx
Copy link
Owner

ortexx commented Apr 25, 2020

expressjs/connect-multiparty#29
Will wait for the result.

@ortexx
Copy link
Owner

ortexx commented Jul 29, 2020

The core library has been updated. The connect-multiparty version hasn't been updated yet, but you can reinstall(remove and install) all the libraries and it will work well.

@ortexx ortexx closed this as completed Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants