I am getting following error while uploading image on server-
Warning: copy() [function.copy]: URL file-access is disabled in the server configuration in D:\Hosting\6448289\html\upload.php on line 112
corresponding 122 line is-
$copied = copy($_FILES['image']['tmp_name'], $newname);