I'm using the CF connector and it's currently uploading to mysite\images\fckeditor\editor\filemanager\browser\default\connectors\cfm\Image\myImageName.gif
I'd rather it upload to mysite\images\myImageName.gif
Where can I change this?
Thanks!
Jake
I'd rather it upload to mysite\images\myImageName.gif
Where can I change this?
Thanks!
Jake
RE: Changing default filemanager upload locat
RE: Changing default filemanager upload location
Change the following in config.php in the connectors folder. (FCKeditor/editor/filemanager/browser/default/connectors/php/config.php)
$config['basedir'] this should be set to the webroots folder in your system ex. c:\inetpub\wwwroot would be /inetpub/wwwroot/
Then you set
$config['UserFilesPath'] to the path over your webroot ex http://www.domain.com/somefolder/
would me somefolder (Do not start with / if your basepath ends with a /)
BR Martin Kronstad