Documentation

UI/Uploader/callbacks/fileRemoved

From jQuery JavaScript Library

Jump to: navigation, search

« Back to UI/Uploader/callbacks

fileRemoved( oCallback )

Occurs when the user removes a file from the queue. You have to code your own functionality to remove a file from the queue (see the demo's for examples).

Arguments:
oCallbackOptions
A set of key/value pairs that provides information which can be used by the current callback function. This information was partially passed from the Flash file and partially extended by the Uploader code.

Options:
NameType
eventString
The name of the event currently called.
optionsOptions
The complete configuration of the Uploader object this callback is called from.
oFileOptions
Contains a UI/Uploader/DataObject with additional information about the file being processed.
oProgressOptions
Contains a UI/Uploader/ProgressObject with additional information about the file being processed.