Complete
event is not fired if one or more files are removed before they are uploaded using XHRUpload
#5366
Labels
Complete
event is not fired if one or more files are removed before they are uploaded using XHRUpload
#5366
Initial checklist
Link to runnable example
No response
Steps to reproduce
Try to upload a large amount of files and remove one or more files from the end of the queue that have not been uploaded yet.
Expected behavior
The
complete
event should be fired after the remaining files have been uploaded.Actual behavior
The
complete
event is not called in this case, although the upload is normally executed and there is feedback that it is successfully complete in the UI.If one or more files are removed AFTER they have been uploaded, the event is executed as expected.
The text was updated successfully, but these errors were encountered: