8 lines
No EOL
354 B
HTML
8 lines
No EOL
354 B
HTML
<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> |