UploadSettings.MaxConnectionCount Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a number of simultaneous connections used to prepare and upload files.

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

Syntax

C#
public int MaxConnectionCount { get; set; }

Property Value

Type: System..Int32

The number of concurrent upload streams.

Default value is 1.

Remarks

Multiple connections allow you to complete upload process faster. However too large value may noticeably decrease performance of your web server. For example, if you specify 10, ActiveX/Java Uploader will establish up to 10 HTTP connections. It is the same as if 10 different users start uploading files to your website. So, it it not suggested to set up the uploader to upload with more than 3-4 concurrent threads.

See Also

Reference

Manual