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

ClientEvents.AfterSendRequest Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of AfterSendRequest event handlers.

Syntax

PHP
public function &getAfterSendRequest() {
}

public function setAfterSendRequest($value) {
}

Property Value

Type: array

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

Remarks

This event fires when the current POST request was uploaded successfully.

See Also

Reference