ReadTimeout

          Property 
          Member of  ScriptUtils.ASPForm 

Description
Specifies the maximum amount of time (in seconds) a upload can process before it is terminated.
Syntax
vReadTimeout = ASPForm.ReadTimeout
ASPForm.ReadTimeout = vReadTimeout
Returns
Long
Remarks

Special values:

0 … Server.ScriptTimeout property value is used for ReadTimeout (by default)
-1 … Time for form processing (upload) is unlimitted.
For more info see ScriptUtils.ASPForm.Upload - Files and forms with large/huge size..

IIS Documentation:

Server.ScriptTimeout

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.

Syntax

Server.ScriptTimeout = NumSeconds
 

Parameters

NumSeconds
Specifies the maximum number of seconds that a script can run before the server terminates it. The default value is 90 seconds.

Remarks

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

See also
  Other links for ReadTimeout
Methods of ASPForm class
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.
      Easy to use, hi-performance ASP file upload component with progress bar indicator. Let's you upload multiple files with size up to 2GB to a disk or database along with another form fields. Works with large posts, any character set (including unicode utf-8). Contains one-click multiple files/folders download with on-the-fly compression (Using BinaryWrite/BinaryRead).
      Hi-performance text file logging for ASP/VBScript/VBA applications. Lets you create daily/weekly/monthly log files with variable number of logged values and extra timing and performance info.
       Lets you work with safearray binary data in VBS/JS. It also enables conversion between binary and String data using several code pages. ZLib compress and uncompress functions. Lets you transfer files using compressed stream from a client to server using IE.
      This library also enables calling of some Kernel and Advapi functions (performance, timing, sleep, configuration ...) and enables native work with INI files.


© 1996 – 2005 Motobit Software, help{at}pstruh.cz, help v. 2.16.14