Rename Uploaded Images in ASP.NET Core Rich Text Editor

By using the insertImageSettings property, you can specify the server handler to upload the selected image. Then you can bind the imageUploadSuccess event, to receive the modified file name from the server and update it in the Rich Text Editor’s insert image dialog.

Refer controller file for configure the server-side.

NOTE

The runnable demo application is available in this Github repository.