RichFilemanager icon indicating copy to clipboard operation
RichFilemanager copied to clipboard

Use RichFilemanger in .Net Core 3.1 project

Open ahmadasm opened this issue 6 years ago • 1 comments

I want to user RichFilemanager in .net core 3.1 project but when i want to access the file manager i face with this error dotnet core error this is my project structure and the config file api section file structure

ahmadasm avatar Dec 18 '19 11:12 ahmadasm

First of all, you need to change the connectorUrl from false to the location of your web api, i.e. "http://localhost:5000/richfm", or whatever it is.

Then it will hit your service for the "GET" methods required for RFM.

You will also need a post api for the file upload.

samcov avatar Mar 13 '20 20:03 samcov