imghost/ui/index.html

9 lines
208 B
HTML

<html>
<body>
<form method="post" action="/api/v1/upload" enctype="multipart/form-data">
File: <input type="file" name="theFile"/> <br/>
<input type="submit"/>
</form>
</body>
</html>