richardgirges / express-fileupload

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

Busyboy file event not triggering after express-fileupload install #269

Open afrancht opened 3 years ago

afrancht commented 3 years ago

Hello,

I use busyboy to stream a file over to a route for a test, I have recently installed express-fileupload and since then my busboy.file(...) event is not firing.

I'm thinking it might be because express-fileupload wraps around it and won't allow it to work properly? If I remove express-file upload it works again.

@manuel114