Hi, I have 2 linux servers A and B. I am using a piece of code to upload file:
copy($resume,$fname); unlink($resume); or move_uploaded_file($resume,$fname) I am able to upload files to Server A, but not on Server B. I can see the file name though, but has 0 file size. I have give full permission for the folder. can anyone please tell me why am i facing this problem. thanks ngd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php