Hello all,
Im doing some localhost testing on my mac, and would like to get the upload option to work with my setup.
I have my config.php setup with the following information underneath
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/Alumni/images/' ;
$Config['UserFilesAbsolutePath'] = '/Library/WebServer/Documents/Alumni/images/' ;
Every time I click to browse the server, the following error appears - Error creating folder "/Library/WebServer/Documents/Alumni/images/image/" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Permission denied)
Not sure what the userspaths and absolute path should be. I think I have the right combination in from your sample file, id like the images to go in the images folder which is in the Alumni folder in my mac webserver.
Any ideas/pointers would be much appreciated.
Many thanks
Im doing some localhost testing on my mac, and would like to get the upload option to work with my setup.
I have my config.php setup with the following information underneath
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/Alumni/images/' ;
$Config['UserFilesAbsolutePath'] = '/Library/WebServer/Documents/Alumni/images/' ;
Every time I click to browse the server, the following error appears - Error creating folder "/Library/WebServer/Documents/Alumni/images/image/" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Permission denied)
Not sure what the userspaths and absolute path should be. I think I have the right combination in from your sample file, id like the images to go in the images folder which is in the Alumni folder in my mac webserver.
Any ideas/pointers would be much appreciated.
Many thanks