ClientEvents.UploadFileCountChange Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets an array of UploadFileCountChange event handlers.

Syntax

PHP Initialize
public function &getUploadFileCountChange() {
}

public function setUploadFileCountChange($value) {
}

Property Value

Type: array

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

Remarks

This event fires when a user adds/removes any files to/from the upload list.

See Also

Reference