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);
|