RichFilemanager
RichFilemanager copied to clipboard
Use RichFilemanger in .Net Core 3.1 project
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
this is my project structure and the config file api section

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.