summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar steering72532026-07-10 07:35:50 +0000
committerGravatar steering72532026-07-10 07:35:50 +0000
commit032c401c546c392a80e1ed4288852a005317674b (patch)
treef250497d627148b3f65a9bed2dd1f9b47a61603b
parentoops, foreach { ...; fastcgi_finish_request; } obviously breaks multiple uploads (diff)
downloadhostfiles-032c401c546c392a80e1ed4288852a005317674b.tar.gz
hostfiles-032c401c546c392a80e1ed4288852a005317674b.tar.bz2
hostfiles-032c401c546c392a80e1ed4288852a005317674b.zip
index - remove accept, why did i even put it there
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index cbd7121..47115ad 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<label id="drop-zone">
Drop files on the page, or paste them, or click here to upload.
- <input type="file" id="file-input" multiple accept="*/*" name="file[]" />
+ <input type="file" id="file-input" multiple name="file[]" />
</label>
<ul id="preview"></ul>
<noscript><input type="submit" value="Upload" /></noscript>