wKoza / ngx-upload

Ngx-upload is an upload module for Angular Ivy ready
30 stars 15 forks source link

bug: file upload keeps uploading after canceled is called #120

Open blakazulu opened 2 years ago

blakazulu commented 2 years ago

I tried calling uploader.cancelFileItem and cancelAll()

the onCancel event is triggered but the upload is still running.

wKoza commented 2 years ago

HI, Ok, I see that. I guess I should check if the file is canceled here : https://github.com/wKoza/ngx-upload/blob/master/src/services/httpClientUpload.service.ts#L138