Skip to content

DevExpress-Examples/devextreme-file-manager-azure-server-side-binding

Repository files navigation

FileManager for DevExtreme - Azure Server-Side Binding

This example illustrates how to configure the FileManager to manage files and folders in Microsoft Azure Blob Storage. To access the Azure Blob Storage, the component uses the Remote File System Provider.

FileManager

This file system provider allows you to access the storage's file system on the client side. To process the HTTP requests on the server, create your own file system provider that implements the IFileSystemItemLoader, IFileSystemItemEditor, IFileUploader and IFileContentProvider interfaces.

Files to Review

Documentation

More Examples