Hello,
Could somebody help me with my issue please?
So the situation is:
1. I have the latest version of FCKeditor installed (2.6.3)
2. folder on server /content (CHMOD 777) with subfolders /content/image, /content/file, /content/media and /content/flash (all with CHMOD 777)
3. connector set to 'php'
4. settings in connector's config file are (example for image upload)
Problem description:
1. I go to the Upload tab in editor, select file (jpg of about 10Kb for test - from standard Windows' samples) and click "send to server"
2. I get a message "Your file have been successfully uploaded"
3. Then I go to the 1st "Image info" tab and can see there link "/content/image/Winter.jpg"
4. BUT there is NO image on server folder! Neither in "/content/" nor "/content/image"
I've checked config files some times, user permissions for server folders (all is 777) and can't catch the bug.
If you have any ideas, please help.
Best wishes,
Pavel
PS:
you can find config files attached for details
Could somebody help me with my issue please?
So the situation is:
1. I have the latest version of FCKeditor installed (2.6.3)
2. folder on server /content (CHMOD 777) with subfolders /content/image, /content/file, /content/media and /content/flash (all with CHMOD 777)
3. connector set to 'php'
4. settings in connector's config file are (example for image upload)
$Config['AllowedExtensions']['Image'] = array('bmp','gif','jpeg','jpg','png') ; $Config['DeniedExtensions']['Image'] = array() ; $Config['FileTypesPath']['Image'] = $Config['UserFilesPath'] . 'image/' ; $Config['FileTypesAbsolutePath']['Image']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'image/' ; $Config['QuickUploadPath']['Image'] = $Config['FileTypesPath']['Image']; $Config['QuickUploadAbsolutePath']['Image']= $Config['FileTypesAbsolutePath']['Image'] ;
Problem description:
1. I go to the Upload tab in editor, select file (jpg of about 10Kb for test - from standard Windows' samples) and click "send to server"
2. I get a message "Your file have been successfully uploaded"
3. Then I go to the 1st "Image info" tab and can see there link "/content/image/Winter.jpg"
4. BUT there is NO image on server folder! Neither in "/content/" nor "/content/image"
I've checked config files some times, user permissions for server folders (all is 777) and can't catch the bug.
If you have any ideas, please help.
Best wishes,
Pavel
PS:
you can find config files attached for details
Re: Image upload problem: upload nothing
Re: Image upload problem: upload nothing
Hi,
Where can I find upload_tmp_dir? I searched the entire directory. There's no reference to this variable. Though, I'm using ColdFusion, I'd think this variable would be somewhere.