Hi all,
How do I configure FCKEditor to allow me to upload images using the toolbar image icon??
Using PHP as server language.
Thanks.
Changed config.php file in... FCKeditor\editor\filemanager\browser\default\connectors\php
below settings...
$Config['UserFilesPath'] = 'http://mysite/.../uploads/' ;
$Config['UserFilesAbsolutePath'] = 'c:/Inetpub/wwwroot/mysite/.../uploads/' ;