How do you find the absolute path of your site. I am trying to upload images to my directoy.
Thanks
Being a little more verbose about the problem would help, how about (on a Un*x box);
$pwd = pwd;
pwd
As this would give you something like;
/var/www/mattsscripts
or similar.
HTH
Matt
I am trying to upload images and the copy statement it telling me that it cannot find the directory. Here is my copy statemeent
copy ("$PropertyImage", "//houseimages/$ImageName");