This documentation is for the old version. Go to the latest Upload Suite docs

event.add(Function) Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Adds the specified handler to the end of the collection.

Syntax

JavaScript
$au.uploader('uploaderID').events().event().add(handler);

Parameters

handler

Type: Function

The function to add.