summaryrefslogtreecommitdiff
path: root/root.template
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-09-10 22:39:42 +0200
committerJulian T <julian@jtle.dk>2020-09-10 22:39:42 +0200
commitf400c4c9b01e572ed65f133cb3c489c2a150e4ee (patch)
tree73242d0958bf96e06d66711c58cc41913aeecbfa /root.template
parent0c2623543f324e70132ae12595814cd183255135 (diff)
Added uploading
Diffstat (limited to 'root.template')
-rw-r--r--root.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/root.template b/root.template
index 93741f9..e4f5104 100644
--- a/root.template
+++ b/root.template
@@ -47,8 +47,8 @@
<input type="checkbox" id="doupload">
<div id="upload-box">
<form method="POST" action="/upload" enctype="multipart/form-data">
+ <input type="input" name="h">
<input type="file" name="f" accept="image/*,.pdf,.txt,.md" capture>
- <input type="input" name="hash">
<input type="submit" value="go">
</form>
</div>