Warning: Unable to open '' for reading: No such file or directory in /..../upload.php on line 18
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="generator" content="Adobe GoLive 6">
<title>upload</title>
<link href="styles.css" rel="stylesheet" media="screen">
</head>
<body bgcolor="#cccccc">
<?php
if (isset($submitButtonName))
{
//$imgpath = "../uploads/".$fileimage_name;
copy($fileimage_name, $fileimage_name);
echo "<script language="JavaScript">\n<!--\n alert("Bild wurde übertragen!");\n -->\n</script>\n";
}
?>
<p>Bilder Upload</p>
<p></p>
<form action="<? echo $PHP_SELF; ?>" method="post" name="Upload" enctype="mulitpart/form-date">
<p>Bitte das Bild auswählen</p>
<input type="file" name="$fileimage_name" size="37" border="0"><br>
<br>
<input type="submit" name="submitButtonName" value="Upload" border="0">
</form>
<p></p>
</body>
</html>
was ist hier falsch??