I have trouble uploading images.
I am using the version 2.6.1. (FCKEditor).
Web Server: Internet Information Server (localhost).
I'm working on localhost.
In the fckconfig.js file is configured:
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
In the connector configuration file (editor/filemanger/connectors/php/config.php):
1. - I set $Config['Enabled'] = true
2. - I set $Config['UserFilesPath'] = '/userFiles/'
3. - I set $Config['UserFilesAbsolutePath'] = 'http://localhost/userFiles/'
When I click on the button “Ver servidor”
I get the following error message:
I do not understand what is wrong?
Now, if I do the following:
1. - $Config['Enabled'] = true
2. - $Config['UserFilesPath'] = '/userFiles/'
3. - $Config['UserFilesAbsolutePath'] = 'C:\Inetpub\wwwroot\userFiles\\'
Then, it displays the following error message (When I click on the button “Ver servidor”):
If I do it manually folders "userFiles" and "image", does not display the error message, but not upload images.
I do not understand what is wrong?
Sat, 10/04/2008 - 21:08
#1
Re: Upload images
Were you ever able to resolve your issue with uploading images? I'm still unable to upload images. After selecting an image and pressing the "Send it to the Server" button, all I get is the progress bar and nothing else. Our server runs Apache on a SunOS (Unix) box.