mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-05 22:51:37 +01:00
9 lines
216 B
HTML
9 lines
216 B
HTML
<html>
|
|
<body>
|
|
<form action="/upload" method="POST" enctype="multipart/form-data">
|
|
<input type="file" name="file []" multiple=""/>
|
|
<input type="submit"/>
|
|
</form>
|
|
</body>
|
|
</html>
|