I downloaded latest CKEditor 3.6.4
when I integrated to code and clicking on Image button to selecting an image from server, then It doesn't have a button "Browse" for select/upload files...
how can i enable this features ? or need to install extra plugins ?
Thank you in advance...
when I integrated to code and clicking on Image button to selecting an image from server, then It doesn't have a button "Browse" for select/upload files...
how can i enable this features ? or need to install extra plugins ?
Thank you in advance...

Re: How to enable "filebrowser" ?
here
this
Re: How to enable "filebrowser" ?
anyway, i still don't understand about configuration for file location
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl : '/browser/browse.php', filebrowserUploadUrl : '/uploader/upload.php' });where is the file location of /browser/browse.php and /uploader/upload.php ?