I can't to upload image from rich text editor

Hello, 
I'm using Syncfusion richtexteditor in ASP.net core 6 MVC project. I'm trying to follow the documentation guide https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/image?cs-save-lang=1&cs-lang=razor
but I don't understand a solution.

In the solution, I have a WebAPI project and an MVC project.

The folder structure is WebAPI/Controllers/ImageController.cs and inside the ImageUpload(IFormFile file) function. MVC/Views/Project/AddProject.cshtml and inside:
 <ejs-richtexteditor id="Description" asp-for="Description"> <e-richtexteditor-insertimagesettings saveurl="https://localhost:7093/api/Image/ImageUpload" path="~/UploadedFiles/images"></e-richtexteditor-insertimagesettings> </ejs-richtexteditor>.
While I try to upload an image from the editor I have 400 Bad Request. Do you have any ideas on how to solve the problem? I think  saveurl and path aren't correct


1 Reply

VJ Vinitha Jeyakumar Syncfusion Team July 9, 2024 07:37 AM UTC

Hi Mariam Nonikashvili,


Please refer to the below sample, which explains about how to use controller action with ASP.NET MVC RichTextEditor to upload and save an image in the required destination.


If still issue persists, share us with the issue replicating runnable sample to validate further.

Regards,
Vinitha

Loader.
Up arrow icon