When removing a file during upload process the file is removed from queue and destroyed and also the uploader progress stops correctly. But the FileUploader/ChunkUploader is continuing in the background (file does not appear in the queue anymore) so if you add a new file to the upload queue the upload waits until the Fileuploader has finished the upload of the removed file.
Could not find a possibility to access/destroy the Fileuploader.
Only solution that works for me are changes in the main code to check in the FileUploader if file was already destroyed,
Is there another solution without touching the main code?
Suev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.