started working on adding temp file upload feature
This commit is contained in:
10
index.php
10
index.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user