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

uploadPane Members

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 loadUploadList(Number) Loads the upload list with the specified id.
Public method removeAllFiles Removes all items from the upload list.
Public method removeSelectedFiles Removes selected items from the upload list.
Public method resetUploadList(Number) Resets the upload list with the specified id.
Public method saveUploadList(Number) Saves the upload list with the specified id.

Properties

NameDescription
Public property dropFilesHereImageFormat Gets or sets an image displayed on the upload pane when it is empty.
Public property dropFilesHereText Gets or sets a label displayed on the upload pane when it is empty.
Public property previewSize Gets or sets a size of the preview area when in Thumbnails view.
Public property sortMode Gets or sets a sort mode of the upload pane.
Public property tileHeight Gets or sets custom tile height in Tiles view mode.
Public property tilePreviewSize Gets or sets size of thumbnail (or icon for non-image files) into a tile.
Public property tileTemplate Gets or sets an HTML-like template of the data displayed inside a tile.
Public property tileWidth Gets or sets custom tile width in Tiles view mode.
Public property viewMode Gets or sets a view mode for the upload pane.