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

ClientEvents.BeforePackageUpload Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of BeforePackageUpload event handlers.

Syntax

PHP
public function &getBeforePackageUpload() {
}

public function setBeforePackageUpload($value) {
}

Property Value

Type: array

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

Remarks

This event fires when the current package is about to be uploaded.

See Also

Reference