This is the error I get when I try to upload in PHP.... I was not having this problem until I reinstalled IIS 6 just awhile ago.
Warning: copy(C:\Inetpub\wwwroot\members\memberimgs\img1\me-glow.jpg): failed to open stream: Permission denied in c:\inetpub\wwwroot\members\inc\imageupload.inc on line 76
ERROR: something happened whilst trying to copy the temp file to the specified folder
This Is The CODE on line 76
if(copy($tempfile, $uploaddir.$uploadfile))
{
watermark($tempfile,$uploadfile);
echo "Copy Successfull!<br>";
}
My code hasn't changed since I reinstalled IIS ... so is it something I need to do with IIS?