ngx-upload icon indicating copy to clipboard operation
ngx-upload copied to clipboard

bug: file upload keeps uploading after canceled is called

Open blakazulu opened this issue 2 years ago • 1 comments

I tried calling uploader.cancelFileItem and cancelAll()

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

blakazulu avatar Jun 09 '22 11:06 blakazulu

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

wKoza avatar Jun 18 '22 11:06 wKoza