31 May, 2011

Image Browse And Upload feature in ckEditor

ckEditor version 3.6 "by default", may be previous versions as well hides the file browse and upload function, but its quite easy to make them display if we know where to change it.
Go to folder ckeditor\plugins\image\dialogs\, in there you will find a file image.js, open it in editor and search the file for id:'Upload', you will see that, its set as id:'Upload',hidden:false, set it as id:'Upload',hidden:true, and refresh your page where you have added ckEditor, you will be able to see the Upload tab with Browse button in it.

Thats it.