ClientEvents.BeforePackageUpload Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets an array of BeforePackageUpload event handlers.

Syntax

PHP Initialize
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.

Parameters

packageIndex
zero-based index of the package (i.e. request) inside the current upload session.

See Also

Reference

Manual