UploadControlSettings.UploadStorage Property
Gets or sets a value that defines the upload control storage.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadControlUploadStorage UploadStorage { get; set; }
#Property Value
Type | Description |
---|---|
Upload |
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 |