This commit is contained in:
2025-10-01 13:12:21 +02:00
commit 04e89c10a0
6 changed files with 1085 additions and 0 deletions

15
templates/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!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>