Open blakazulu opened 2 years ago
I tried calling uploader.cancelFileItem and cancelAll()
the onCancel event is triggered but the upload is still running.
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
I tried calling uploader.cancelFileItem and cancelAll()
the onCancel event is triggered but the upload is still running.