express-fileupload icon indicating copy to clipboard operation
express-fileupload copied to clipboard

Busyboy file event not triggering after express-fileupload install

Open afrancht opened this issue 3 years ago • 0 comments

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

afrancht avatar Apr 28 '21 22:04 afrancht