LukasMarx / angular-file-upload

MIT License
137 stars 89 forks source link

How to abort the file upload progress once started #15

Open shashikantkulkarni opened 4 years ago

shashikantkulkarni commented 4 years ago

Hello,

I was trying to upload a big file. It will take more time to upload, so want to abort the upload progress. How do I cancel the upload request to abort file upload operation?

Thanks, Shashi

Raggnarook commented 3 years ago

Hi, I am trying to do the same thing, no success till now, @LukasMarx , do you have any clue or suggestion for making this approach? I just can't get the correct way to unsubscribe the request for the file I want to when uploading multiple files. Thanks, Raggnarook