UploadSettings.MaxConnectionCount Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets the number of simultaneous HTTP connections the uploader can establish.

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

Syntax

C#
public int MaxConnectionCount { get; set; }

Property Value

Type: System..Int32

The number of HTTP connections used by the uploader to send files in parallel.

Default value is 1.

Remarks

It is not recommended to set too many simultaneous connections (say, more than 5) as it will increase the server burden. Also, some browsers may throttle down this value.

See Also

Reference