ASPxUploadControl.UploadStorage Property
Specifies the storage type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(UploadControlUploadStorage.NotSet)]
public UploadControlUploadStorage UploadStorage { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Upload |
Not |
One of the Upload |
Available values:
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 |
#Remarks
The ASPxUploadControl allows you to upload files to a server’s physical file system or cloud services. Use the UploadStorage property to specify the type of storage where the control uploads files.
Storage | Account Settings |
---|---|
Amazon | Amazon |
Azure | Azure |
Dropbox | Dropbox |
File |
File |
Google |
Google |
Google |
Google |
One |
One |
One |
One |
Note
The following APIs are not in effect if you want to get file content or to save this file if the Upload