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"); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.