Server : Apache/2 System : Linux server1.tkcorporation.co.th 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 i686 User : ifixit ( 537) PHP Version : 5.3.29 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source Directory : /home/ifixit/domains/ifixit.co.th/public_html/assets/ckeditor/plugins/simage/ |
# ckeditor-image-uploader-plugin An open source plugin for CKEDITOR to upload images saved on your local machine. # How to install? - Click on download button and add the entire simage folder into CKEditor plugins folder. - Configure it with an AJAX URL for uploading the images. You can add it in your config.js as follows: `CKEDITOR.config.extraPlugins: 'simage'` `CKEDITOR.config.imageUploadURL: <INSERT URL>` - You can listen to `imageUploading` event on your CKEditor instance to do anything while the image is uploading. Similarly, there is an event `imageUploaded` to perform any action after the image has successfully uploaded or the image upload failed.