upload support for new images

This commit is contained in:
2024-08-01 22:33:29 -04:00
parent 9200bd16db
commit d4446c1f24
5 changed files with 102 additions and 0 deletions

12
web/upload.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<!-- DEVONLY --> <script src="http://localhost:35729/livereload.js"></script>
</head>
<body>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input name="photos" type=file multiple accept="image/*" />
<input type=submit>
</form>
</body>
</html>