mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 15:11:36 +01:00
9 lines
215 B
HTML
9 lines
215 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>
|