Example of undefined in React File Manager Component

/
/
Azure

This sample demonstrates how to use the Azure file system provider with the File Manager component to perform file operations. This supports all basic file operations such as create, rename, delete, cut, copy, paste, upload, download, and more.

More Details...

Loading....
Description

This sample demonstrates the Azure file system provider that allows users to access and manage the blobs from the Azure blob storage. To start the service, create an Azure blob storage account. Refer to this link for more details.

Checkout this Azure file system provider from the GitHub repository to connect with azure blob storage.

Provide the details such as the account name, password, and blob name in the RegisterAzure method.

Access the blob storage account using BlobContainerClient class and BlobServiceClient method of Azure. Read the storage files using the GetFilesAsync method to perform file operations in the File Manager component.

Note: File Manager’s upload functionality is restricted in online demos for security reasons. To work with upload functionality, please download Azure Blob Provider from the GitHub repository.

NuGet Package: NuGet package of ASP.NET Core Azure file system provider is now available on nuget.org.