Forum Moderators: phranque
I'm customising a perl script to upload images.
The actual code works fine, I have set
## URL to folder where the photos go.
$photo_url="http://www.ANYSITE.com/cgi-bin/store/photos";
However, when attempting to view in a browser I get-
Forbidden
You don't have permission to access /cgi-bin/store/photos/ on this server.
I've done all the normal things like chmod etc. makes no difference.
Also tried changing
## URL to folder where the photos go. $photo_url="http://www.ANYSITE.com/images";
but the server must be set up to prevent upload to this folder.
Is there anything I can do to either
change permissions to allow http access to "http://www.ANYSITE.com/cgi-bin/store/photos/"
or
allow upload to "http://www.ANYSITE.com/images"
Any help much appreciated, seem to be going round in circles at the moment.
[edited by: DaveAtIFG at 9:33 pm (utc) on June 14, 2003]