homepage/_old/pages/upload.html
2021-03-06 19:35:15 +02:00

10 lines
No EOL
524 B
HTML

<h2>this is the upload page</h2>
<p>i think</p>
<br>
<form action='https://hippoz.xyz/files/api/upload' method="POST" enctype="multipart/form-data">
<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>
<input type="file" name="file" id="upload-file"/> </br>
<input class="button-default" type='submit' value='upload'/>
</form>