leomaster Posted April 19, 2006 Share Posted April 19, 2006 I have write the following code to upload file to server.But i meet a problem where i unable to overwrite filein server which state as user 1139. For file own by user 503 is ok.What is user 1139?Following is my upload code which i believe no prolem even not using FTP$success= copy ("$txtImage","../upload/$txtImage_name") or die("Could not copy file"); Link to comment https://forums.phpfreaks.com/topic/7833-cannot-copy-file-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.