files Methods ActiveX/Java Uploader JavaScript

The files type exposes the following methods.

Methods

NameDescription
Public method count Returns the number of files actually contained in the upload pane.
Public method get(Number) Returns the file at the specified index.
Public method remove(Number) Removes the file at the specified index from the upload pane.
Public method removeByGuid(String) Removes the file with the specified GUID from the upload pane.
Public method totalFileSize Returns the total size of files selected for the upload.