FileSettings.MaxFileSize Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a maximum allowable size for file to be uploaded.

Syntax

PHP Initialize
public function getMaxFileSize() {
}

public function setMaxFileSize($value) {
}

Property Value

Type: integer

The maximum allowable size for file to be uploaded.

Default value is 5368709120.

See Also

Reference