richardgirges / express-fileupload

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

Removed finish event if file-size limit reached #254

Closed sliterok closed 10 months ago

sliterok commented 3 years ago

Also allowed limitHandler and abortOnLimit to exist simultaneously without headers already sent error. Solves #238.

RomanBurunkov commented 10 months ago

Hi @sliterok

Closing this, since it was fixed in 1.4.2 but in slightly different way. Thank you for this PR.