TinyMCE is a popular open-source JavaScript library that provides a rich text editor for web applications. When we insert or paste image into the editor, images_upload_handler handler function in TinyMCE is used to uploading of images to the server. Update your tinymce initialize code as below, You need to make sure about selector and other […]