Rename uploaded images in server before inserting it in the Rich Text Editor

18 Nov 20181 minute to read

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 rename.cs controller file for configure the server-side.

NOTE

The runnable demo application is available in this Github repository.