cleaning up, early http server draft
This commit is contained in:
4
http/index.html
Normal file
4
http/index.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<form action="/upload" method="POST" enctype="multipart/form-data">
|
||||
<input type="file" name="image" accept="image/*" required>
|
||||
<button type="submit">Upload Image</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user