Hi all,
I'm sorry to create a new thread concerning image browser but I can't make it work and I'm going crazy.
I have read all threads talking about this issue but I can't resolve it even if I have tried all advices.
I think that it doesn't work because of the path which must be wrong.
I have modified config.php file :
"$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/' ;
$Config['UserFilesAbsolutePath'] = '/www/UserFiles/' ;".
But it doesn't work.
I have created the UserFiles directory at the root : "/www/UserFiles/" and allowed to it 777 chmod.
I'm really desperate and wish you will be able to help.
Thanks in advance.
I'm sorry to create a new thread concerning image browser but I can't make it work and I'm going crazy.
I have read all threads talking about this issue but I can't resolve it even if I have tried all advices.
I think that it doesn't work because of the path which must be wrong.
I have modified config.php file :
"$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/' ;
$Config['UserFilesAbsolutePath'] = '/www/UserFiles/' ;".
But it doesn't work.
I have created the UserFiles directory at the root : "/www/UserFiles/" and allowed to it 777 chmod.
I'm really desperate and wish you will be able to help.
Thanks in advance.
RE: another problem with image browser
RE: another problem with image browser
I don't have error anymore but I still can't see folders and images.
In test.html I got :
<Connector command="GetFoldersAndFiles" resourceType="Image">
<CurrentFolder path="/" url="www.myurl.fr/UserFiles/Image/"/>
<Folders/>
<Files/>
</Connector>
What I don't understand is that when I use url "http://www.myurl.fr/UserFiles/Image/" in firefox or IE, I can see folders and it's impossible with FCK...
RE: another problem with image browser