filepond
filepond copied to clipboard
[Bug] Cancelling upload stops next ones
Is there an existing issue for this?
- [X] I have searched the existing issues
Have you updated FilePond and its plugins?
- [X] I have updated FilePond and its plugins
Describe the bug
If you cancel a file that is being uploaded (once the text says Uploading 0%), the next files are blocked.
It easier to reproduce if you upload a big file first so that you have time to cancel and if you set maxParallelUploads: 1, but the problem also occurs when maxParallelUploads is set to any number (for example if set to 2 and you cancel one upload, then files will continue to upload one by one only).
Here is 2 videos showing the issue:
https://user-images.githubusercontent.com/3510343/156683628-a6e2ce55-e3a9-4b5a-8e6d-e587789465c9.mov
https://user-images.githubusercontent.com/3510343/156683647-1b0f7c78-5bbb-4f6a-98f8-23a07c1b83bb.mov
Thanks a lot!
Reproduction
https://codesandbox.io/s/happy-thompson-5q2ex5
Environment
- Device: MacBook Pro (16-inch, 2019)
- OS: macOS 12.2.1
- Browser: any
Super sorry for the delayed response, this is still on my list to investigate.