Hello
I've read the manual of FCKeditor reagrdin the image upload.
wha is happening is that the windows shows as if it is uploading but nothing in reality uploaded, the imae is .gif and very small.
I want to make sure that i did NOT miss any configuration, I am worknig on PHP copy.
fckconfig.js:
i tried both lines (separated)
As for editor\filemanager\connectors\php\config.php
is there smthg I missed?
many Thanks
I've read the manual of FCKeditor reagrdin the image upload.
wha is happening is that the windows shows as if it is uploading but nothing in reality uploaded, the imae is .gif and very small.
I want to make sure that i did NOT miss any configuration, I am worknig on PHP copy.
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