This documentation is for the old version. Go to the latest Upload Suite docs

NirvanixExtender.SizeBytes Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a size of the file to be uploaded in bytes.

Syntax

PHP
public function getSizeBytes() {
}

public function setSizeBytes($value) {
}

Property Value

Type: integer

The size of the file to be uploaded in bytes.

Default value is 10485760.

See Also

Reference