Files
tmnf-replay-server/templates/upload.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>