Files
tmnf-replay-server/templates/upload.html

10 lines
254 B
HTML

<html>
<body>
{% include 'home-button.html' %}
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="file[]" multiple=""/>
<input type="submit"/>
</form>
</body>
</html>