File Host festlegen
Von: , Frage gestellt am Fr, 7. Sep 2007
Hallo,
ich habe bisher folgenden Code:
<html lang="de">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<title>Datei-Upload</title>
</head>
<body>
<h1>Datei-Upload</h1>
<form action="file-upload.php"
enctype="multipart/form-data" method="post">
<input type="file" name="uploadfile"><br>
<input type="submit" value="Absenden">
</form>
</body>
</html>
Ich weiß aber jetzt nicht wie ich einstellen kann, das er das durchsuchte File auch an einem bestimmten Ort speichert?
Danke
