uploadPane Members HTML5/Flash Uploader JavaScript

The uploadPane type exposes the following members.

Methods

NameDescription
Public method addFiles Opens a standard Open File dialog so that the user could select files for upload.
Public method addFolders Opens a standard Open Folder dialog so that the user can select folders for the upload.
Public method sort(String,String) Sorts items in the upload list in accordance with the specified order and criteria.

Properties

NameDescription
Public property addFilesButtonText Gets or sets the caption of the button which shows the Open File dialog.
Public property dropFilesHereText Gets or sets a label displayed on the upload pane when it is empty.
Public property iconItemWidth Gets or sets the width of the icon item.
Public property iconSize Gets or sets the size of the file icon when Icons view mode is used.
Public property sortMode Gets or sets a value specifying how the items are sorted in the upload list.
Public property sortOrder Gets or sets a value specifying whether items should be sorted ascendantly or descendantly when you use sortMode is used.
Public property thumbnailPreviewSize Gets or sets the size of the file thumbnail or icon when Thumbnails view mode is used.
Public property tileItemWidth Gets or sets the width of the tile item.
Public property tilePreviewSize Gets or sets the size of the file thumbnail or icon when Tiles view mode is used.
Public property viewMode Gets or sets a view mode for the upload pane.
Public property visible Gets or sets a value specifying whether to display the upload pane.