express-fileupload
express-fileupload copied to clipboard
Busyboy file event not triggering after express-fileupload install
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