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 controller file for configure the server-side.
NOTE
The runnable demo application is available in this Github repository.