ClientEvents.AfterUpload Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets an array of AfterUpload event handlers.

Syntax

PHP Initialize
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 a successful upload.

Parameters

response
HTML code of the page returned from the server-side upload script.

See Also

Reference

Manual