Hi, Im having some trouble getting the browser to work and I was wondering if I could get some help.
I read the documentation and have made the following changes:
in fckconfig.js I changed the language to aspx:
var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
in fckeditor.js I changed the basepath to:
FCKeditor.BasePath = '~/fckeditor/' ;
(I use it in some subfolders directories so I have to point the editors to the top level where the folder is)
Then in the config.acsx file (for aspx) I set:
public override void SetConfig() { Enabled = true; UserFilesPath = "~/images/";
It seems like all these steps are correct. When I click on browse server in the image tool it direct me to the following URL:
http://localhost:3376/www/fckeditor/edi ... ector.aspx
Does this url look correct?
I just see an empty folder, there's nothing there. Is there a simple way to set up the file browser?
Not sure what steps I need to be taking to get this browser thing to work.
I have a feeling the connection=www/etc.... in the url might be incorrect since I'm not using FCK at the top level. In which case, how would I change this?
help appreciated, thanks.