UploadSettings.ConnectionTimeout Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a timeout of the HTTP connection.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public int ConnectionTimeout { get; set; }

Property Value

Type: System..Int32

The HTTP timeout (in milliseconds). If 0, timeout is disabled (default browser settings may apply).

Default value is 0.

Remarks

When timeout expires, the HTML5/Flash Uploader assumes that the connection has been lost and terminates the upload process.

See Also

Reference