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

ClientEvents.BeforeUpload Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of BeforeUpload event handlers.

Syntax

PHP
public function &getBeforeUpload() {
}

public function setBeforeUpload($value) {
}

Property Value

Type: array

The string containing the name of BeforeUpload event handler or an array of handler names.

Remarks

This event fires when the upload is about to be started.

See Also

Reference