muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancel upload

phuclh opened this issue · comments

Is there a way to cancel the upload? I only see success and failed events.

Thank you!

pause will typically do what you want, but looks like abort never made it onto the readme! abort pauses the upload, but also cancels the current, in-flight request.

Is there something else you're looking for around cancellation?

Just merged #61 which adds a note about abort and describes how cancellation works.

Thanks for the heads up.

Thank you for the quick support 👯