Files
upload-test/templates/index.html
2025-10-01 13:12:21 +02:00

16 lines
257 B
HTML

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