2020-10-18 16:57:41 +03:00
|
|
|
<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>
|
2020-10-18 17:36:13 +03:00
|
|
|
<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>
|
2020-10-07 17:46:37 +03:00
|
|
|
<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>
|