files.removeByGuid(String) Method ActiveX/Java Uploader JavaScript

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