I am using PHP and have made adjustments to fckconfig.js for LinkBrowserURL & ImageBrowserURL to use PHP code.
I have the following directory structure on a Windows server
/Project01/
/Project01/Code/
/Project01/Code/FCKeditor
When I pull up the page with the editor and upload an image it then creates a new directory structure (truncating the last 2 characters off the root path) and uploads the image there. So now my server has the following new structure:
/Project/
/Project/UserFiles/
/Project/UserFiles/Image/
It does upload the images into the new Image folder, but obviously this wont work since it's an entirly different root website folder.
Why is it truncating the last 2 characters off the path?
Thanks!
I have the following directory structure on a Windows server
/Project01/
/Project01/Code/
/Project01/Code/FCKeditor
When I pull up the page with the editor and upload an image it then creates a new directory structure (truncating the last 2 characters off the root path) and uploads the image there. So now my server has the following new structure:
/Project/
/Project/UserFiles/
/Project/UserFiles/Image/
It does upload the images into the new Image folder, but obviously this wont work since it's an entirly different root website folder.
Why is it truncating the last 2 characters off the path?
Thanks!