Why does ABCUpload keep telling me that the Upload stopped unexpectedly.?
The most likely cause of this is that there’s a reference to the built in form object somewhere in your code. If the form object is referenced it grabs all the uploaded data which means that ABCUpload can’t get it. This sometimes occurs when an include file is changed so that it references the form object. If the error occurs during a large upload the cause is typically that the client has clicked on stop on their browser window or that they’ve dismissed the browser window or that there’s been a network problem which has broken the connection. If the error occurs immediately on form submission you should look at the following explanation. ABCUpload reports an error at the point it needs to obtain data. Typically the point at which it first has to gather the data is when you reference a field or you ask for information (such as the field count) that can only be derived from the upload data. The essential cause is that IIS isn’t providing this data. You can completely remove ABCUpload fr
Related Questions
- When I clicked the "Buy" link on a radio stations playlist page, why did I get a page on ArkivMusic telling me the recording is out of print?
- What important visual message was Stanley Kubrick telling us in this shot filmed in the same mirror that Wendy later sees "Redrum" in?
- Why does ABCUpload keep telling me that the Upload stopped unexpectedly.?