Does anybody know of a trick to use copy on a windows based sever. I think my issue is with the file directory.
No matter how I set the directory I get the same error
Warning: copy(C:\Documents and Settings\admin\Desktop\randpics\ospray1.jpg): failed to open stream: No such file or directory in c:\hosting\hostingmember\website1\testb.php on line 6
if(isset($fupload))
{copy($fupload,"c:\\hosting\\hostingmember\\website1\$fupload_name") or die ("Could not copy.");}
Ive redone the directory 100 different ways and i still get the same thing.
Any Ideas