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
  • Create (F7)Create
  • Rename (F2)Rename
  • Move (F6)Move
  • CopyCopy
  • Delete (Del)Delete
  • RefreshRefresh
  • DownloadDownload
  •  
    ...
  • Collapse
    Folder~
    • Expand
      FolderDocuments
      • FolderEvaluations
      • FolderTasks
    • FolderEmployees
    • Expand
      FolderMultimedia
      • FolderPhone Calls
Upload

Clear

The DevExpress ASP.NET File Manager (ASPxFileManager) supports the most popular cloud services, including Amazon Simple Storage Service (Amazon S3). In this demo, the File Manager's ProviderType property is set to Amazon and its CloudProviderRequest event is handled to trace every request to the Amazon Simple Storage Service in an event monitor.

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 SettingsAmazon property.

  • The AccountName: Specifies the name of an Amazon account.
  • The BucketName: Specifies the name of the current bucket.

See Also:
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
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxFileManagerAndUploadDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxFileManagerAndUploadDemos