UploadFileStorageType Enum
In This Article
Lists values that specify the type of upload storage used by the ASPxHtmlEditor control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
File
|
The control uploads files to the server’s physical file system. The files are automatically saved to the folder specified by the Html |
Azure
|
Identifies the Azure cloud storage used in ASPx |
Amazon
|
Identifies the Amazon cloud storage used in ASPx |
Dropbox
|
Identifies the Dropbox cloud storage used in ASPx |
#Related API Members
The following properties accept/return UploadFileStorageType values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Html |
See Also