From 014b84ec226b8a98d1aa5cfa54a847e6eae6030f Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 4 Oct 2025 16:38:40 -0700 Subject: Allow http multipart upload --- templates/upload.html.template | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/upload.html.template (limited to 'templates/upload.html.template') diff --git a/templates/upload.html.template b/templates/upload.html.template new file mode 100644 index 0000000..f920f23 --- /dev/null +++ b/templates/upload.html.template @@ -0,0 +1,7 @@ +{{define "head"}}Upload{{end}} + +
+ + + +
-- cgit v1.3.1