homepage/pages/upload.html

10 lines
524 B
HTML
Raw Normal View History

<h2>this is the upload page</h2>
2020-10-05 00:00:20 +03:00
<p>i think</p>
2020-10-05 00:21:51 +03:00
<br>
<form action='https://hippoz.xyz/files/api/upload' method="POST" enctype="multipart/form-data">
2020-10-05 00:21:51 +03:00
<input class="input" placeholder="password" type="password" name="password"> </br>
<input class="input" placeholder="file name" type="text" name="filename"> </br>
<label class="button-default" for="upload-file">browse</label> <br>
2020-10-05 00:51:30 +03:00
<input type="file" name="file" id="upload-file"/> </br>
2020-10-05 00:21:51 +03:00
<input class="button-default" type='submit' value='upload'/>
2020-10-05 00:00:20 +03:00
</form>