Back to Devexpress

UploadControlUploadStorage Enum

aspnet-devexpress-dot-web-15503845.md

latest2.4 KB
Original Source

UploadControlUploadStorage Enum

Lists values that specify the type of upload storage used by the ASPxUploadControl.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum UploadControlUploadStorage
vb
Public Enum UploadControlUploadStorage

Members

NameDescription
NotSet

The upload storage is not set. File saving can be implemented manually by handling the ASPxUploadControl.FileUploadComplete event.

| | FileSystem |

The control uploads files to the server’s physical file system. The files are automatically saved to a folder specified by the UploadControlFileSystemSettings.UploadFolder property.

| | Azure |

The control uploads files to a storage on the Azure Service.

| | Amazon |

The control uploads files to a storage on the Amazon Simple Storage Service (Amazon S3).

| | Dropbox |

The control uploads files to a storage on the Dropbox Service.

| | GoogleDrive |

The control uploads files to Google Drive.

| | GoogleDrivePersonal |

The control uploads files to Google Drive (personal account).

| | OneDrive |

The control uploads files to OneDrive.

| | OneDrivePersonal |

The control uploads files to OneDrive (personal account).

| | SharePoint |

The control uploads files to SharePoint.

|

The following properties accept/return UploadControlUploadStorage values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxUploadControl.UploadStorage
ASP.NET MVC ExtensionsUploadControlBinderSettings.UploadStorage
UploadControlSettings.UploadStorage

See Also

DevExpress.Web Namespace