Print Page | Close Window

ASPUpload timeouts

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=6065
Printed Date: 31 March 2026 at 8:41am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ASPUpload timeouts
Posted By: Gullanian
Subject: ASPUpload timeouts
Date Posted: 30 September 2003 at 12:19pm

With big uploads on ASPUpload I keep getting timeouts:

Active Server Pages error 'ASP 0113'

Script timed out

/progress_upload.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

I have this on the ASPUpload pages but it seems to do no good:

Server.ScriptTimeout = 9999999




Replies:
Posted By: michael
Date Posted: 30 September 2003 at 2:12pm
Did you try setting it to 0 (zero) which should be unlimited...

-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: Gullanian
Date Posted: 30 September 2003 at 2:23pm
No didnt help, still a timeout.  Even if it times out the file is finished uploading but just gets stuck displaying the next webpage (which is important)


Posted By: Bullschmidt
Date Posted: 30 September 2003 at 9:20pm

Here is a non-component uploader that works for me:

ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
http://www.aspzone.com/articles/john/aspUpload - http://www.aspzone.com/articles/john/aspUpload

And here is a timeout that works with it:

' Script timeout in seconds for this page.
' (60 x 60 = 1 hour.)
Server.ScriptTimeout = 60 * 60



-------------
J. Paul Schmidt, Freelance ASP Web Developer
www.Bullschmidt.com - www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)


Posted By: Gullanian
Date Posted: 01 October 2003 at 12:57am
Thanks bull, but it would take too long to change uploader.  Ill have a go at that timeout when i get back from college


Posted By: Gullanian
Date Posted: 02 October 2003 at 12:12pm
Anyone else got any ideas?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net