Connecting Tech Pros Worldwide Help | Site Map

ASP Upload Problems

  #1  
Old July 3rd, 2008, 07:25 PM
Newbie
 
Join Date: Jun 2008
Posts: 9
I'm using a pure ASP upload script to handle file uploading. We run IIS6 and I'm aware of the AspMaxRequestEntityAllowed variable in the metabase. I upped this to allow the file size maximum and it was working for the past couple months. Now all of a sudden in the past couple of days we are seeming to have problems.

The upload works fine for anything up to around 2mb (or so it seems).

When uploading about 20mb worth (10x2mb files), I get the following error (thrown from firefox). I tried changing Response.Expires, Server.ScriptTimeout, and the connection timeout setting for the website in IIS.

Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.


When uploading about 2-10mb worth of files, I get an error thrown by ASP. The error typically just means that AspMaxRequestEntityAllowed needs to be increased, but since I've already increased it as high as it can go, I'm really confused.

Request object error 'ASP 0101 : 80004005'
Unexpected error
/scripts/update/ShadowUploader.asp, line 58
The function returned |.

Line 58
Expand|Select|Wrap|Line Numbers
  1. strBinData = Request.BinaryRead(iBytesCount)
  #2  
Old July 4th, 2008, 01:40 PM
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745

re: ASP Upload Problems


What OS are you using? This may apply:
ASP Request.BinaryRead Method Causes 100 Percent CPU Utilization.
  #3  
Old July 7th, 2008, 05:11 PM
Newbie
 
Join Date: Jun 2008
Posts: 9

re: ASP Upload Problems


Quote:
Originally Posted by kenobewan
The server runs Windows 2003. That's not really the case because the pages this happens on are not public, so we're not worried about end case stuff. This happens when you wait for the page to completely load.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help needed to convert an easy php code to asp Rabel answers 3 August 31st, 2007 06:15 PM
ASP upload fails when files dimensions exceed 3MB. Why ? Newcomsas answers 8 February 21st, 2007 09:45 AM
Best ASP upload component imran aziz answers 3 July 22nd, 2005 02:55 AM
Buying an upload component Ray at answers 32 July 19th, 2005 09:12 AM