Hey guys,
I'm trying to build a file level resume into my uploader application and when the file upload is interrupted an alert box automatically pops up to say "The Upload is Interrupted!".
Is there a way to prevent this from happening and return via handlexxxxx to the javascript that the file upload has been interrupted and script a retry?
I can write the retry, I just need to stop that alert and instead have a notification passed to my code.
~ Thomas