ClientEvents.BeforeSendRequest Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets an array of BeforeSendRequest event handlers.

Syntax

PHP Initialize
public function &getBeforeSendRequest() {
}

public function setBeforeSendRequest($value) {
}

Property Value

Type: array

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

Remarks

This event fires when the current POST request is about to be uploaded.

See Also

Reference