update upload page to conform with the fact that i removed the subdomain and just put a proxy_pass for /files

This commit is contained in:
hippoz 2020-10-18 17:36:13 +03:00
parent 0314ade45c
commit ae4c6d900b

View file

@ -1,7 +1,7 @@
<h2>this is the upload page</h2> <h2>this is the upload page</h2>
<p>i think</p> <p>i think</p>
<br> <br>
<form action='https://files.hippoz.xyz/api/upload' method="POST" enctype="multipart/form-data"> <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="password" type="password" name="password"> </br>
<input class="input" placeholder="file name" type="text" name="filename"> </br> <input class="input" placeholder="file name" type="text" name="filename"> </br>
<label class="button-default" for="upload-file">browse</label> <br> <label class="button-default" for="upload-file">browse</label> <br>