Hi.
When i'm using "upload image" function from main editor window, it is uploading file to /siteroot/files/ folder. But when i'm choosing "browse on server" it is seeking images in directory /files/Image/
any solution? thanx
When i'm using "upload image" function from main editor window, it is uploading file to /siteroot/files/ folder. But when i'm choosing "browse on server" it is seeking images in directory /files/Image/
any solution? thanx

Re: File uploading/Browsing problem
Re: File uploading/Browsing problem
Re: File uploading/Browsing problem
One line 121 change:
$Config['FileTypesPath']['Image'] = $Config['UserFilesPath'] . 'image/' ;
to:
$Config['FileTypesPath']['Image'] = $Config['UserFilesPath'];
Hope this helps,
-Matthew
Re: File uploading/Browsing problem
Re: File uploading/Browsing problem