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

files.removeByGuid(String) Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Removes the file with the specified GUID from the upload pane.

Syntax

JavaScript
$au.uploader('uploaderID').files().removeByGuid(guid);

Parameters

guid

Type: String

The GUID of the file to remove.

See Also

Reference