|
Server.ScriptTimeout
Hi
I am creating a web site where users can upload mp3 files using the ASPupload component.
So that the script doesn't timeout when uploading big files I have set the script to never time out using
Server.ScriptTimeout = 0
I am still getting the 'Script timed out' error
Can anyone throw any light on this for me
|