View Single Post
  #3 (permalink)  
Old 11-11-09, 09:40 AM
braca86 braca86 is offline
Newbie Coder
 
Join Date: Oct 2009
Posts: 14
Thanks: 8
Thanked 0 Times in 0 Posts
i did that and im getting error message

Quote:
Warning: copy(images/uploads/) [function.copy]: failed to open stream: Is a directory in /home/antline/public_html/email.php on line 53

and line 53 is

Quote:
$copied = copy($_FILES['image']['tmp_name'], $newname);
Reply With Quote