Is possible to disable paste image into Rich Text editor?
Solved
Disable copy and paste image in richtext
Best answer by ernie_hayter
Hey @SumitSu,
Even though you cannot block pasting images, you should be able to implement validation on your Next/Save/Submit button to check if an image was pasted in the RTE by checking if the control contains "<img". And then you can throw an error saying you are not allowed to have an image in your text.
You can use this same logic for any other unwanted rich text element.
HTH,
Ernie
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
