summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/index.html b/pages/index.html
index 6885e2a..f7d9f51 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -15,7 +15,6 @@
<p class="lead">Max upload size is {{ .MaxSize }}, read the <a href="faq.html">FAQ</a></p>
<form id="upload-form" enctype="multipart/form-data" method="post" action="upload.php?output=html">
- <input type="hidden" name="output" value="html">
<button style="display: none" id="upload-btn" class="btn" type="button">Select or drop file(s)</button>
<input type="file" id="upload-input" name="files[]" multiple data-max-size="{{ .MaxSize }}">
<input type="submit" value="Submit">