richardgirges / express-fileupload

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

1.1.6 is broken #181

Closed Maxwell2022 closed 4 years ago

Maxwell2022 commented 4 years ago

It looks like busboy events are not being triggered and next() is never called. The file is uploaded but the next route is never called and so the upload hangs forever.

We were using alpha-5 before to update and everything was working fine

r3ndd commented 4 years ago

Why is this closed? The issue persists.