danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Unable to cancel or abort multiple file upload #1957

Open AmarenderB opened 7 years ago

AmarenderB commented 7 years ago

Thanks danialfarid for a great library. Need some help. My requirement is to upload the multiple files and a user can cancel after couple of files are uploaded. I have tried with .abort but it is working for cancellation of single file, but i need it for multiple files. It would be great if some one helps. I am stuck from past 3 days. Thanks for the quick help

pchodak commented 5 years ago

@AmarenderB Did you manage to solve this problem?