ClientEvents.AfterUpload Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of AfterUpload event handlers.

Syntax

PHP
public function &getAfterUpload() {
}

public function setAfterUpload($value) {
}

Property Value

Type: array

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

Remarks

This event fires after successful upload.

See Also

Reference