As I wrote in the first post, the UserFilesPath must be relative to the document root. Check the post for a description of what this document root is.
I believe your documentroot is '/wwwwroot' so try UserFilesPath = "/clienthome/images" and leave UserFilesAbsolutePath empty. No idea what ServerPath is, never seen it in the config file (but I use PHP).
RE: HOWTO - UserFilesPath relative to where?!?
I can't get fckeditor to recognise either UserFilesPath or UserFilesAbsolutePath
I have the editor installed in /wwwwroot/default/product and want images
to be uploaded to /wwwroot/clienthome
I have tried to set the following:
<cfset request.FCKEditor = StructNew()>
<cfset request.FCKEditor.UserFilesPath = "../clienthome/images">
<cfset request.FCKEditor.UserFilesAbsolutePath = "/wwwroot/clienthome/images/">
<cfset request.FCKEditor.ServerPath = "/wwwroot/clienthome/images/">
but all of these seem to be getting ignored and the browser is looking
at /wwwroot/default/productImage
I had this working in 2.4 but had to manually edit many of the file browser files
and wanted a more default solution.
Any ideas ?
RE: HOWTO - UserFilesPath relative to where?!
I believe your documentroot is '/wwwwroot' so try UserFilesPath = "/clienthome/images" and leave UserFilesAbsolutePath empty. No idea what ServerPath is, never seen it in the config file (but I use PHP).