16 lines
315 B
HTML
16 lines
315 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<form action="upload.php" method="post" enctype="multipart/form-data">
|
|
Select image to upload:
|
|
<br />
|
|
<br />
|
|
<input type="file" name="fileToUpload" id="fileToUpload">
|
|
<br />
|
|
<br />
|
|
<input type="submit" value="Upload Image" name="submit">
|
|
</form>
|
|
|
|
</body>
|
|
</html> |