Jump to content

FCkEditor Image Upload


ballouta

Recommended Posts

Hi,

I know that you may ask me to post this question in the FCKEditor forums, but actually most of the posts are not replied, i assume i might get an answer from there next year.

 

i've installed the text editor successfuly andenabled the image upload but still the image is not uploaded,

 

fckconfig.js:

i tried both lines (separated)

FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/home/ahlussu/public_html/images/' + _QuickUploadExtension + '?Type=Image' ;
//FCKConfig.ImageUploadURL = '/home/ahlussu/public_html/images/' ;

 

As for editor\filemanager\connectors\php\config.php

$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/home/ahlussu/public_html/images/' ;
$Config['UserFilesAbsolutePath'] = '/home/ahlussu/public_html/images/' ;

 

is there smthg I missed?

 

many Thanks

Link to comment
https://forums.phpfreaks.com/topic/169402-fckeditor-image-upload/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.