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

event.remove(Function) Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Removes the specified handler from the collection.

Syntax

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

Parameters

handler

Type: Function

The function to remove.

Return Value

Type: Boolean

true if the specified handled was successfully removed from the collection; otherwise, false.