wip: buttons and upload errors

This commit is contained in:
2023-06-10 23:34:03 +02:00
parent b820c601f4
commit 589023e2ae
7 changed files with 51 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
<html>
<body>
{% include 'home-button.html' %}
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="file[]" multiple=""/>
<input type="submit"/>