<form method="post" action="upload.php"> that mean upload.php where put ? And I dont know what html code in the upload.php ?
I know only upload.html mean is
<form name="upload" method="post" action="upload.php" enctype="?">
<input type="file" name="Image"><br>
<input type="submit" value="Upload Image">
</form>
And enctype="?" what I do code html ?
I need to know three things 1.upload.php
2.upload.html
3.enctype="?"
thank you