diff options
| author | 2026-06-24 10:14:22 +0000 | |
|---|---|---|
| committer | 2026-06-24 10:14:22 +0000 | |
| commit | bcebd79cb3d24598dd8da4b78670a6d4d54e2e6e (patch) | |
| tree | 4cb104bbf9e4b5e1dd139dcdb24ee71e0ab3591b /index.html | |
| parent | fix curl uploads - allow PUT as well (diff) | |
allow to drop anywhere
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
