summaryrefslogtreecommitdiff
path: root/template/upload_head.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/upload_head.html')
-rw-r--r--template/upload_head.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/upload_head.html b/template/upload_head.html
new file mode 100644
index 0000000..fbdb209
--- /dev/null
+++ b/template/upload_head.html
@@ -0,0 +1,11 @@
+<h1><i class="fa-regular fa-folder-open"></i> Uploading</h1>
+<p>to <pre>@@path@@</pre></p>
+<form action="@@submit_url@@" method="post">
+ <div>
+ <label for="file">File(s):</label>
+ <input type="file" name="file" id="file" multiple />
+ </div>
+ <div>
+ <input type="submit" value="Upload" />
+ </div>
+</form>