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 | FileManagerSettingsUpload.ShowUploadPanel, FileManagerSettingsUpload.Enabled |
| Auto Start Upload | FileManagerSettingsUpload.AutoStartUpload |
| Appearance | FileManagerStyles.UploadPanel |
| File extensions available for upload | FileManagerSettings.AllowedFileExtensions |
| Null text | FileManagerSettingsUpload.NullText |
| Upload settings | ASPxFileManager.SettingsUpload |
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