Hi,
I am trying PHP on a NT server for the first time.
I am unable to copy files using a form like I am doing on Linux/Unix servers.
This is the code I am using:
$pathserver = "D:/Inetpub/webs/domain_name/myfolder/";
if (!copy($pic, $pathserver.$picname)) $say = "not copied.";
Where $pic is the name of the image as it should be in the server tmp folder and $picname id the real name of the file...
Anybody could help ?
thank you