homepage/pages/upload.html

8 lines
354 B
HTML
Raw Normal View History

2020-10-05 00:00:20 +03:00
<h1>this is the upload page</h1>
<p>i think</p>
<form action='https://files.hippoz.xyz/api/upload' method="POST" enctype="multipart/form-data">
Password: <input type="password" name="password"> </br>
File name: <input type="text" name="filename"> </br>
<input type="file" name="file"/> </br>
<input type='submit' value='Upload!'/>
</form>