gordon-matt / peachpie-responsive-file-manager

Responsive File Manager running on .NET Core with Peachpie
24 stars 16 forks source link

using responsive file manager with angular 13 #24

Closed Maryamkhn closed 2 years ago

Maryamkhn commented 2 years ago

Dear Gordon, In my project, I used .NET Core to act as an API backend and an Angular CLI project to act as a UI. I installed the file manager using NuGet but I'm confused about how to use it in CKEditor from angular and connect it to the backend. Can you please help me?

gordon-matt commented 2 years ago

You can check Responsive File Manager's documentation for that. But to help you, I added a new demo page.

By the way, CKEditor has its own file manager (CKFinder).. so maybe you would not need this file manager anyway? Here is the documentation:

CKFinder for CKEditor4

CKFinder for CKEditor5

Maryamkhn commented 2 years ago

Many thanks for your response. Unfortunately, CKFinder is not compatible with .net core.