Awesome
<img src="https://github.com/fsmirne/elFinder.NetCore.AzureStorage/blob/master/_Misc/Logo.png" alt="Logo" width="350" />Instructions
-
Install the NuGet package: https://www.nuget.org/packages/elFinder.NetCore.AzureStorage/
-
Look at the demo project for an example on how to integrate it into your own project.
Azure Storage Connector
In order to use the Azure Storage Connector
- Open your Startup.cs file and look for the following lines:
AzureStorageAPI.AccountName = "[Name]";
AzureStorageAPI.AccountKey = "[Key]";
Replace
[Name]
and[Key]
with the appropriate values for your Azure account.
- Change the root directory in the
AzureStorageController
fromtest
to the name of your Azure file share.
Azure Blob Storage
This plugin adds support for the File Storage type in Azure. For Blob support, take a look at AzureBlobStorage by Bruno Melegari
Dependencies
This plugin depends on elFinder.NetCore by Matt Gordon