events.uploadFileCountChange Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of UploadFileCountChange event handlers.

Syntax

JavaScript Initialize
$au.uploader({
    events: {
        //...other params...
        uploadFileCountChange: [],
        //...other params...
    }
})
Get/Set Value at Runtime
$au.uploader('uploaderID').events().uploadFileCountChange(value);
value = $au.uploader('uploaderID').events().uploadFileCountChange();

Property Value

Type: $au.event

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