richardgirges / express-fileupload

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

Resumable file upload #318

Closed ahdyt closed 2 years ago

ahdyt commented 2 years ago

Is it possible to implement resumable file upload?

as I see from current tempfile management implementation is hardcoded, not exposed and internal usage only, and the way tempfile management work is to create new md-hashed-file, so it can't resume previous stopped file upload.