when I try to open the resource browser to upload pictures, the resource browser does not work:
Error creating folder "E"\web\public_html\mysite\image/" (mkdir() [<a href='function.mkdir'>function.mkdir</a>: File exists)
I am confused why it tries to create a folder? It only needs to get the folder and the files in the folder.
In the config.php file,
I set :
$Config['UserFilesPath'] = '\\' ;
$Config['UserFilesAbsolutePath'] = '' ;
$Config['FileTypesPath']['Image'] = $Config['UserFilesPath'] . 'image/' ;
I have never succeeded to openthe resource browser...
Please...
Error creating folder "E"\web\public_html\mysite\image/" (mkdir() [<a href='function.mkdir'>function.mkdir</a>: File exists)
I am confused why it tries to create a folder? It only needs to get the folder and the files in the folder.
In the config.php file,
I set :
$Config['UserFilesPath'] = '\\' ;
$Config['UserFilesAbsolutePath'] = '' ;
$Config['FileTypesPath']['Image'] = $Config['UserFilesPath'] . 'image/' ;
I have never succeeded to openthe resource browser...
Please...