KLanding/config/PicUpload.html
2015-12-12 23:17:13 +00:00

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>