Hi
I am using PHP 5 on Windows XP Pro (IIS6) and FCKEditor 2.3.2. Whenever I upload an image it always creates UserFiles/Image directory outside root folder.
For example my root folder name is website, so when I upload an image it uploads it here
we/UserFiles/Image
Then I changed the name of my root folder to myroot and now it uploads it here
m/UserFiles/Images
As I said both these folder we and m are outside root folder.
I have configured FCKEditor as follows:
1. Changed settings in /FCKEditor/fckconfig.js as follows
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
2. Changed settings in /FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
and /FCKeditor/editor/filemanager/upload/php/config.php as follows
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/' ;
Any solution?
I am using PHP 5 on Windows XP Pro (IIS6) and FCKEditor 2.3.2. Whenever I upload an image it always creates UserFiles/Image directory outside root folder.
For example my root folder name is website, so when I upload an image it uploads it here
we/UserFiles/Image
Then I changed the name of my root folder to myroot and now it uploads it here
m/UserFiles/Images
As I said both these folder we and m are outside root folder.
I have configured FCKEditor as follows:
1. Changed settings in /FCKEditor/fckconfig.js as follows
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
2. Changed settings in /FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
and /FCKeditor/editor/filemanager/upload/php/config.php as follows
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/' ;
Any solution?

RE: FCKEditor uploading images in wrong folder
RE: FCKEditor uploading images in wrong folde