aspnet-devexpress-dot-web-0b2d7131.md
Lists values that specify the type of upload storage used by the ASPxHtmlEditor control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum UploadFileStorageType
Public Enum UploadFileStorageType
| Name | Description |
|---|---|
FileSystem |
The control uploads files to the server’s physical file system. The files are automatically saved to the folder specified by the HtmlEditorUploadControlFileSystemSettings.UploadFolder property.
|
| Azure |
Identifies the Azure cloud storage used in ASPxHtmlEditor.
|
| Amazon |
Identifies the Amazon cloud storage used in ASPxHtmlEditor.
|
| Dropbox |
Identifies the Dropbox cloud storage used in ASPxHtmlEditor.
|
The following properties accept/return UploadFileStorageType values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxHtmlEditorUploadSettingsBase.UploadStorage |
| ASP.NET MVC Extensions | HtmlEditorFileSaveSettings.Storage |
See Also