<form enctype="multipart/form-data" action="upload.php" method="POST">This form sends data to the file "upload.php", which is what we will be creating next to actually upload the file.
Please choose a file: <input name="uploaded" type="file" /><br />
<input type="submit" value="Upload" />
</form>

