Upload Panel
The Upload Panel is an element that allows users to upload files.
The table below lists the main members that affect panel appearance and functionality.
Characteristics | Members |
---|---|
Visibility | File |
Auto Start Upload | File |
Appearance | File |
File extensions available for upload | File |
Null text | File |
Upload settings | ASPx |
If the Upload Panel is hidden, users can upload files in the following ways:
- Drop files to the file area if the FileManagerUploadAdvancedModeSettings.EnableDragAndDrop property is set to
true
. - Use the upload button.
- Click an element whose ID is assigned to the FileManagerSettingsUpload.DialogTriggerID property.
See Also