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.
Hi, I tried multiple times and with exactly your options but I can't reproduce this.
I created a minimal project in php for demonstration, if you would like to try it.
I added some delay between uploads so a huge amount of files is not necessary to test it.
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.