Merge branch 'uploader' of aewens/0x0 into master

This commit is contained in:
Ben Harris 2018-07-31 17:32:11 -04:00 committed by Gitea
commit ec6344383c
1 changed files with 8 additions and 0 deletions

View File

@ -403,6 +403,14 @@ IRC on <a href="https://web.tilde.chat">tilde.chat</a>, or send an email to sudo
<p>Please allow up to 24 hours for a response.</p>
<h3>UPLOAD DIRECTLY</h3>
<hr>
<form action="{0}" method="POST" enctype="multipart/form-data">
<label for="file">File:</label>
<input class="form-control" type="file" name="file"><br><br>
<input class="form-control" type="submit" value="Submit">
</form>
</div>
</body>
</html>