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.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/aspnet-core-richtexteditor-image-upload
- Owner: SyncfusionExamples
- Created: 2020-07-28T14:20:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T06:03:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T07:17:58.290Z (about 1 year ago)
- Language: HTML
- Size: 508 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.