mannaggianastri/templates/upload.html

11 lines
226 B
HTML
Raw Normal View History

2024-06-14 17:39:50 +02:00
<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>