The uploadPane type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
addFiles | Opens a standard Open File dialog so that the user could select files for upload. |
|
|
addFolders | Opens a standard Open Folder dialog so that the user can select folders for the upload. |
|
|
loadUploadList(Number) | Loads the upload list with the specified id. |
|
|
removeAllFiles | Removes all items from the upload list. |
|
|
removeSelectedFiles | Removes selected items from the upload list. |
|
|
resetUploadList(Number) | Resets the upload list with the specified id. |
|
|
saveUploadList(Number) | Saves the upload list with the specified id. |
| Name | Description | |
|---|---|---|
|
|
dropFilesHereImageFormat | Gets or sets an image displayed on the upload pane when it is empty. |
|
|
dropFilesHereText | Gets or sets a label displayed on the upload pane when it is empty. |
|
|
previewSize | Gets or sets a size of the preview area when in Thumbnails view.
|
|
|
sortMode | Gets or sets a sort mode of the upload pane. |
|
|
tileHeight | Gets or sets custom tile height in Tiles view mode.
|
|
|
tilePreviewSize | Gets or sets size of thumbnail (or icon for non-image files) into a tile. |
|
|
tileTemplate | Gets or sets an HTML-like template of the data displayed inside a tile. |
|
|
tileWidth | Gets or sets custom tile width in Tiles view mode.
|
|
|
viewMode | Gets or sets a view mode for the upload pane. |