multiple file uploads & ui improvements #5

Manually merged
arian merged 4 commits from multi-uploads into main 2026-03-05 10:12:39 +00:00
Showing only changes of commit 2291e087bd - Show all commits
+1 -1
View File
@@ -30,7 +30,7 @@ def upload_file():
<!doctype html>
<title>Upload successful</title>
<h1>{len(files)} file(s) uploaded successfully</h1>
<a href="{request.url}"><button>Upload another file</button></a>
<a href="/"><button>Upload another file</button></a>
''', 200
return '''