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

ClientEvents.AfterUpload Property

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