Skip to content

fsmirne/elFinder.NetCore.AzureStorage

Repository files navigation

Logo

Instructions

  1. Install the NuGet package: https://www.nuget.org/packages/elFinder.NetCore.AzureStorage/

  2. 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

  1. 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.

  1. Change the root directory in the AzureStorageController from test 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

About

Microsoft Azure Storage driver for elFinder.NetCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published