started working on adding temp file upload feature

This commit is contained in:
Luke Ogburn
2019-09-26 00:18:24 -04:00
parent 12ab5aa220
commit fcf999e427
2 changed files with 55 additions and 1 deletions

View File

@@ -32,7 +32,15 @@
}
?>
</div>
<div class=fileUpload>
<form action="" method=POST>
<input type=file name=fileUpload[] multiple>
<button type=submit>
</form>
</div>
<input type=checkbox id=boo>
<div id=cookie><p><label for=boo>This site does <b>not</b> use cookies. You're welcome.</label></p></div>
</body>
</html>
</html>