The repo contains ready to use MVC application with the required NuGet package as a dependency.
This package shows how to integrate Flmngr backend into your .NET MVC framework application in order to let a power to interact with files on a server to your N1ED or Flmngr widget.
Get the code by running
git clone git@github.com:edsdk/flmngr-example-aspnet-mvc.git
and open it in Microsoft Visual Studio or IDE you prefer to use. Then run it as you usually run MVC application.
After you successfully run the backend, please attach your N1ED or Flmngr to it. Set Dashboard parameter "File Manager URL" (or configuration key Flmngr.urlFileManager
) to:
http://localhost/TestApp
and "Files URL" (key Flmngr.urlFiles
) to:
http://localhost/TestApp/files/
A domain name and a port depend on preferences of your IIS server. Usually this is just localhost
.
That's all. Now you can run your N1ED or Flmngr and work with server files.
BSD license is applicable for this example.