adskjohn

Results 4 comments of adskjohn

Any progress on this issue? @LinusU Any best practice on removing files from canceled uploads? It seems the storage callbacks never fire in this case as the stream never has...

I opened a PR #429 that fixes the issue for me, but it would be great if someone more versed in multer could give opinions on whether the solution needs...

@sant123 I started there, just using the storage removeFile function instead, but it still triggers the outStream.on('finish'...). I wasn't sure how clean it was to allow it to report success...

Yeah, the issue I had with it is that the finish cb is called and passes back invalid file information, because the file no longer exists when the cb is...