summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar steering72532026-06-24 10:14:22 +0000
committerGravatar steering72532026-06-24 10:14:22 +0000
commitbcebd79cb3d24598dd8da4b78670a6d4d54e2e6e (patch)
tree4cb104bbf9e4b5e1dd139dcdb24ee71e0ab3591b /index.html
parentfix curl uploads - allow PUT as well (diff)
allow to drop anywhere
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index a7c3de1..170f9ec 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
<form action="upload.php" method="POST" enctype="multipart/form-data">
<label id="drop-zone">
- Drop images here, or click to upload.
+ Drop files on the page, or paste them, or click here to upload.
<input type="file" id="file-input" multiple accept="*/*" name="file[]" />
</label>
<ul id="preview"></ul>