UploadControlUploadStorage Enum
Lists values that specify the type of upload storage used by the ASPxUploadControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Not
|
The upload storage is not set. File saving can be implemented manually by handling the ASPx |
File
|
The control uploads files to the server’s physical file system. The files are automatically saved to a folder specified by the Upload |
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. |
Google
|
The control uploads files to Google Drive. |
Google
|
The control uploads files to Google Drive (personal account). |
One
|
The control uploads files to One |
One
|
The control uploads files to One |
Share
|
The control uploads files to Share |
#Related API Members
The following properties accept/return UploadControlUploadStorage values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Upload |
Upload |