Specifies the maximum amount of time (in seconds) a upload can process before it is terminated.
vReadTimeout = ASPForm.ReadTimeout
ASPForm.ReadTimeout = vReadTimeout
Long
The ScriptTimeout property specifies the maximum amount of time a script can run before it is terminated.
The timeout will not take effect while a server component is processing.
Server.ScriptTimeout = NumSeconds
A default ScriptTimeout can be set for a Web Service or Web Server by using the AspScriptTimeout property in the metabase. The ScriptTimeout property cannot be set to a value less than that specified in the metabase. For example, if NumSeconds is set to 10, and the metabase setting contains the default value of 90 seconds, scripts will time out after 90 seconds. However, if NumSeconds were set to 100, the scripts would time out after 100 seconds.
For more information about using the metabase, see About the Metabase
AddConnection, CancelConnection, CheckRequirements, Read, Sleep, StringToBinary
BytesRead, Files, FormType, getForm, CharSet, ChunkReadSize, Items, MaxMemoryStorage, NewUploadID, ReadTime, ReadTimeout, SizeLimit, SourceData, State, TempPath, Texts, ThreadPriority, TotalBytes, UploadID
The ASPForm collection retrieves the values of form elements posted to ASP script by a form using the POST method. ASPForm can process multipart/form-data or application/x-www-form-urlencoded data with length up to 2GB.
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz