An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/aspnet-core-richtexteditor-image-upload

The example shows how to handle image upload with ASP.NET Core Rich Text Editor.
https://github.com/syncfusionexamples/aspnet-core-richtexteditor-image-upload

Last synced: 5 months ago
JSON representation

The example shows how to handle image upload with ASP.NET Core Rich Text Editor.

Awesome Lists containing this project

README

          

# ASP.NET CORE RichTextEditor - Image Upload

This sample explains about how to use the controller action with ASP.NET Core Rich Text Editor to upload and save an image in the required destination.

## Prerequisites

* Visual Studio 2022

## How to run the project

* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.