Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

File Manager for Amazon

  • Expand/collapse folder containerExpand/collapse folder container
  • Rename (F2)Rename
  • Move (F6)Move
  • CopyCopy
  • Delete (Del)Delete
  • RefreshRefresh
  • DownloadDownload
  •  
    ...
  • Collapse
    Folder
    • Expand
      FolderDocuments
      • FolderEvaluations
      • FolderTasks
    • FolderEmployees
    • Expand
      FolderMultimedia
      • FolderPhone Calls
Upload

Sender:FileManager
Method:GET
Date:2023-34-21 21:34:29.814
Url:https://dxdemobucket.s3.us-east-1.amazonaws.com/
X-Amz-Date header:Fri, 22 Sep 2023 04:34:29 GMT
X-Amz-Content-SHA256 header:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855



The DevExpress ASP.NET MVC File Manager extension supports today's most popular cloud services, including Amazon Simple Storage Service (Amazon S3).

In this demo, the File Manager is bound to the file system provider of the AmazonFileSystemProvider type to work with the Amazon Simple Storage Service. To connect the File Manager 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 AmazonFileSystemProvider class.

  • The AccountName property specifies the name of an Amazon account.
  • The BucketName property specifies the name of the current bucket.

In this demo, the RequestEvent event is handled to trace every request to the Amazon Simple Storage Service in an event monitor.

Collapse/Expand
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
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos