This repository contains the ASP.NET Core Azure storage file system providers for the Essential JS 2 File Manager component.
Azure file system provider serves the file system support for the FileManager component with the Microsoft Azure blob storage.
The following actions can be performed with Azure file system Provider.
- Read - Read the files from Azure blob container.
- Details - Provides details about files Type, Size, Location and Modified date.
- Download - Download the selected file or folder from the Azure blob.
- Upload - Upload a files to Azure blob. It accepts uploaded media with the following characteristics: - Maximum file size: 30MB
- Create - Create a new folder.
- Delete - Remove a file from Azure blob.
- Copy - Copy the selected Files from target.
- Move - Paste the copied files to the desired location
- Rename - Rename a folder or file
- Search - Search a file or folder in Azure blob
In order to run the service, we need to create the Azure blob storage account and register the Azure storage details like account name, password and blob name details with in the RegisterAzure method.
RegisterAzure(string accountName, string accountKey, string blobName)
To run this application, clone the ej2-azure-aspcore-file-provider
repository and then navigate to its appropriate path where it has been located in your system.
To do so, open the command prompt and run the below commands one after the other.
git clone https://github.com/SyncfusionExamples/ej2-azure-aspcore-file-provider ej2-azure-aspcore-file-provider
cd ej2-azure-aspcore-file-provider
Once cloned, open solution file in visual studio.Then build the project after restoring the nuget packages and run it.
Product support is available for through following mediums.
- Creating incident in Syncfusion Direct-trac support system or Community forum.
- New GitHub issue.
- Ask your query in Stack Overflow with tag
syncfusion
andej2
.
Check the license detail here.
Check the changelog here
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.