mannaggianastri/templates/upload.html
2024-06-14 17:39:50 +02:00

11 lines
226 B
HTML

<html>
<head>
<title>{{ title }}</title>
</head>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="file" />
<button type="submit">Upload</button>
</form>
</html>