ClientEvents.BeforeSendRequest Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of BeforeSendRequest event handlers.

Syntax

PHP
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