shashalien / upload-at-click

Automatically exported from code.google.com/p/upload-at-click
0 stars 0 forks source link

Feature Request, Stopping Downloads #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in the onstart callback, 
would it be possible to cancel the upload?

onstart:
        function(filename)
        {
          alert('Start upload: '+filename);
          //Cancel upload here if needed
        },

Original issue reported on code.google.com by darkax...@gmail.com on 6 Jul 2011 at 3:12

GoogleCodeExporter commented 8 years ago
Ok.
Now it not possible, because script used internal browser uploader.
In next version I use calncel uploading.

Thanks for feedback!

Original comment by vital.fadeev on 13 Oct 2011 at 12:11

GoogleCodeExporter commented 8 years ago
Is it possible to cancel the upload yet? Say if it is the wrong file type? If 
so, what command can I use to cancel the upload?

Original comment by denzil...@gmail.com on 28 Feb 2012 at 6:05