Upload Panel
The Upload Panel is an element used to upload files.
The table below lists the main members that affect the panel’s appearance and functionality:
Characteristics | Members |
---|---|
Appearance | FileManagerStyles.UploadPanel (via the FileManagerSettings.Styles.UploadPanel) |
File Extensions (available for upload) | FileManagerSettings.AllowedFileExtensions (via the FileManagerSettings.Settings.AllowedFileExtensions) |
Null Text | FileManagerSettingsUpload.NullText (via the FileManagerSettings.SettingsUpload.NullText) |
Upload Settings | FileManagerSettings.SettingsUpload |
See Also