PROPOSE, onFileUploadingCanceled
See original GitHub issueWe need something like:
onBeforeFileAdded: (currentFile, files) => {}
but for when I click on the X to cancel the uploading file… something like this:
onFileUploadingCanceled: (currentFile, files) => {
But of course I think this will be an option for Dashboard
, am I right?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Cancel event on input type="file" - javascript - Stack Overflow
I've read the answers to this question: Capturing cancel event on input type=file but they don't work, as the change event doesn't fire...
Read more >How to abort an in-progress upload? - Cloudinary Support
You can cancel an in-progress upload by aborting the XHR (ajax request) call. You can bind to the fileuploadadd event of the file...
Read more >Uploading files are stuck and cannot be cancelled.
I tried to upload pictures to a folder on drive from my phone. It has never loaded them and it still says it...
Read more >How to Pause Upload, Cancel Upload, Restore Broken Upload
With IT Hit WebDAV Client API you can pause, cancel and restore broken uploads as well as upload files over 2Gb to WebDAV...
Read more >431098 - Impossible to clear file upload controls (fields)
Change your mind, try to clear the file upload field 3. ... Under this proposal Cancel effectively becomes not Cancel but "Reset" or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nope, I need to test it. Please, hold on just a more few minutes. I’ll close. Thanks.
I’m guilty of not adding those to docs, it was on my todo.