Files
tmnf-replay-server/templates/upload.html
2023-06-07 12:41:06 +02:00

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>