Aurigma Image Uploader 7.0.37
ClientEvents.BeforeUpload Property
Gets or sets an array of BeforeUpload event handlers.
Syntax
PHP
public function &getBeforeUpload() {
}
public function setBeforeUpload($value) {
}
Property Value
Type: array
The string containing the name of BeforeUpload event handler or an array of handler names.
Remarks
This event fires when the upload is about to be started.