UploadSettings.MaxConnectionCount Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

PHP
public function getMaxConnectionCount() {
}

public function setMaxConnectionCount($value) {
}

Property Value

Type: integer

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