Gossamer Forum
Home : Products : DBMan : Customization :

Upload path problem

Quote Reply
Upload path problem
Hi All (and JPDeni :-)

I implemented the picture upload mod but am having some problems with it..

I keep getting

Error Message : You are not authorized to upload files

I have set the .cfg to the following

# Full path to directory for uploaded files -- NOT A URL!!!! No trailing slash please.
$SAVE_DIRECTORY = "/bbb/pics";

# Full URL to directory for uploaded files. No trailing slash please.
$SAVE_DIRECTORY_URL = "http://www.c-ware.net/bbb/pics";

The Chmod = 777

Probably the problem is in the $SAVE_DIRECTORY combination but I have tried a lot of combinations and still keep getting the same problem ...

... suggestions anyone

TIA
Quote Reply
Re: Upload path problem In reply to
The only thing I can guess is that the path is incorrect. Are you sure that's the entire path?


------------------
JPD