2015-11-13 20:44:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-12-12 23:17:13 +00:00
|
|
|
<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>
|
2015-11-13 20:44:40 +00:00
|
|
|
</html>
|