The DevExpress ASP.NET MVC UploadControl extension provides an ability to upload files to the most popular cloud services.
In this demo, the Upload Control's UploadStorage property is set to Amazon (Amazon Simple Storage Service). To connect the ASPxUploadControl to Amazon cloud storage, register an Amazon account in the global.asax file using the RegisterAmazon method and then specify the following settings provided by the AmazonSettings property.
- The AccountName: Specifies the name of an Amazon account.
- The BucketName: Specifies the name of the current bucket.
Within the Amazon Simple Storage Service, a file can be accessed by its key name, which is returned by the FileNameInStorage property of an UploadedFile object.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos |