Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use RichFilemanger in .Net Core 3.1 project #398

Open
ahmadasm opened this issue Dec 18, 2019 · 1 comment
Open

Use RichFilemanger in .Net Core 3.1 project #398

ahmadasm opened this issue Dec 18, 2019 · 1 comment

Comments

@ahmadasm
Copy link

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

@samcov
Copy link

samcov commented Mar 13, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants