Skip to main content
Tab

UploadFileStorageType Enum

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

public enum UploadFileStorageType

#Members

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.

#Related API Members

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