11 lines
226 B
HTML
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>
|