question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PROPOSE, onFileUploadingCanceled

See original GitHub issue

We 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:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Feb 12, 2018

Nope, I need to test it. Please, hold on just a more few minutes. I’ll close. Thanks.

0reactions
arturicommented, Feb 12, 2018

I’m guilty of not adding those to docs, it was on my todo.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found