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

File Manager for Azure

  • Expand/collapse folder containerExpand/collapse folder container
  • Rename (F2)Rename
  • Move (F6)Move
  • CopyCopy
  • Delete (Del)Delete
  • RefreshRefresh
  • DownloadDownload
  •  
    ...
  • Collapse
    Folder
    • Expand
      FolderDocuments
      • Expand
        FolderProjects
        • FolderTest project
        • FolderXml list
      • FolderReports
    • Expand
      FolderImages
      • FolderEmployees
      • FolderProduct icons
    • FolderMusic
    • FolderSystem
    • FolderVideo
Upload

Sender:FileManager
Method:GET
Date:2023-50-28 14:50:55.936
Url header:https://aspxdemos.blob.core.windows.net/filemanagerdemo?restype=container&comp=list
x-ms-date header:Sun, 28 May 2023 21:50:55 GMT



The DevExpress ASP.NET MVC File Manager extension supports today's most popular cloud services, including Microsoft Azure.

In this demo, the File Manager is bound to the file system provider of the AzureFileSystemProvider type to work with the Azure Service. To connect the File Manager to Azure cloud storage, register an Azure account in the global.asax file using the RegisterAzure method and then specify the following settings provided by the AzureFileSystemProvider class.

  • The AccountName property specifies the name of an Amazon account.
  • The ContainerName property specifies the name of the current container (blob storage).

In this demo, the RequestEvent event is handled to trace every request to the Azure 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