Re: [PHP] Help with file upload

2003-10-16 Thread Marek Kilimajer
Your webserver needs write permission to the directory where you want to copy. Bunmi Akinmboni wrote: This is the new code: ?php if (is_uploaded_file($_FILES['ufile1']['tmp_name'])) { copy($_FILES['ufile1']['tmp_name'], .); echo $ufile1_name ; echo DONE; echo ;

Re: [PHP] Help with file upload

2003-10-16 Thread Nitin
- Original Message - From: Bunmi Akinmboni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:33 PM Subject: [PHP] Help with file upload This is the new code: ?php if (is_uploaded_file($_FILES['ufile1']['tmp_name'])) {