richardgirges / express-fileupload

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

begin upgrade to busboy 1.0.0 #298

Closed ev3nvy closed 2 years ago

ev3nvy commented 2 years ago

Not all checks pass yet. Need someone to continue, as I am not familiar with the code base (and don't have time). Ran the tests on Win10 and node v14.15.1. It usually fails on "Fail when using HEAD/GET" with ECONNRESET, but the file is not included on req parameter. copyFile - before each also fails, due to rimraf in the server.js file.

richardgirges commented 2 years ago

Closing in favor of #315