i'm trying to use the .net version, but from what i can see the file browser & uploading facilities are unusable unless you use the default directory structure.
I've spent 10-12 hours just trying to display a folder in the file browser (it's trying to display "/" and throws JS errors) - i've been through the wiki & forums here and it seems that it simply doesn't work.
Before i move on, have i got this right ?
I've spent 10-12 hours just trying to display a folder in the file browser (it's trying to display "/" and throws JS errors) - i've been through the wiki & forums here and it seems that it simply doesn't work.
Before i move on, have i got this right ?

RE: asp.net version - file browser unusable ?
For now, I've setup the default directory structure (/UserFiles/.../) and everything works, but its a less than optimal arrangement...
The wiki claims that this directory can be changed via a config file setting, and all the other Connection types (asp, php, etc) have a config.<language> file in their filemanager/browser/default/connectors directory
Is this config file simply missing from the .net directory? Or is the config in the dll?
RE: asp.net version - file browser unusable ?
http://wiki.fckeditor.net/Developer%27s ... on/ASP.Net
RE: asp.net version - file browser unusable ?
<appSettings>
<add key="FCKeditor:UserFilesPath" value="~/UserFiles/"/>
</appSettings>
and it will work. note the ~ in the path a simple / as noted in the docs did not work for me. Anyway hope this helps you out.
RE: asp.net version - file browser unusable ?
http://localhost/myapp/