Microsoft
Software
Hardware
Network
Question : Any way to abort a web form file upload via Javascript?
Let's say I have a regular HTML web form uploading a large file to my Perl CGI script.
In the web page I have some Ajax - an XMLHttpRequest object that's communicating with my server and displaying a progress bar (I can use mod_perl Apache2::UploadProgress for this).
Now let's say my server reports back at the start of the upload that this file is too big for this user. My question is:
Is there any Javascript I can use to stop the browser from continuing to upload the file?
Answer : Any way to abort a web form file upload via Javascript?
have you tried to have the javascript change to a different page? this should stop the upload.
Random Solutions
Accessing Files Server via WAN Link
AD site and services best practice
Using Jave SE 1.6, how can I determine the charset/encoding type of text inside a file?
split rows in a table into groups based on a criteria
Font change word 2010
VB.Net 2008 Modal MDIChild
DNS error 5504 just on 1 domain
what and how are INT files (configuration files) used in Visual studio .NET ASP C#
Datareader.Read() not returning any results
Check box probles