Hi all,
I'm using CKeditor with the file uploading and browsing functions of FCKeditor. The uploading works perfectly and I have set it to send uploaded files to my 'images' folder which is located in my root directory.
However when I try to 'browse server' for uploaded images nothing shows up. I know that the default location for the browser to search is 'userfiles' and since I don't have a 'userfiles' folder this may be resulting in no output but how can I change the folder the browser looks in?
I am calling the browser like so:
filebrowserBrowseUrl :'../scripts/ckeditor/filemanager/browser/default/browser.html?Connector=http://www.aardvarkstozebras.co.uk/scripts/ckeditor/filemanager/connectors/php/connector.php',
filebrowserImageBrowseUrl : '../scripts/ckeditor/filemanager/browser/default/browser.html?Type=Image&Connector=http://www.aardvarkstozebras.co.uk/scripts/ckeditor/filemanager/connectors/php/connector.php',
filebrowserFlashBrowseUrl :'../scripts/ckeditor/filemanager/browser/default/browser.html?Type=Flash&Connector=http://www.aardvarkstozebras.co.uk/scripts/ckeditor/filemanager/connectors/php/connector.php',
I have tried so many things to get this to work but have had no luck so I'm hoping someone just knows how to correctly point the browser to my desired 'images' folder.
Thanks in advance!!
Wouldn't it be easier to use
Wouldn't it be easier to use a normal file manager? There's plenty out there, you can start with CKFinder.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!