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

NirvanixExtender.FirstByteExpiration Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a number of seconds the upload token has until the first byte of an upload is transferred.

Syntax

PHP
public function getFirstByteExpiration() {
}

public function setFirstByteExpiration($value) {
}

Property Value

Type: integer

The number of seconds the upload token has until the first byte of an upload is transferred.

Default value is 600.

See Also

Reference