kimmelsg/cj-upload

Is there a function that gets called when the user hits cancel?

Closed this issue · 5 comments

I need to change state if the user hits cancel on the file dialog.

that would be great!

http://stackoverflow.com/questions/11014384/cancel-file-upload-listener Looks like it's not really possible. onFiles would not be triggered until there are some files there. I don't get what your UI would need to do differently. Essentially it can just act as if the upload button was never clicked?

Going to close this for now, let me know if you need any help