mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-09 16:38:33 +01:00
wip: initial
This commit is contained in:
8
templates/upload.html
Normal file
8
templates/upload.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<form action="/upload" method="POST" enctype="multipart/form-data">
|
||||
<input type="file" name="file []" multiple=""/>
|
||||
<input type="submit"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user