diff options
| author | 2026-07-10 07:35:50 +0000 | |
|---|---|---|
| committer | 2026-07-10 07:35:50 +0000 | |
| commit | 032c401c546c392a80e1ed4288852a005317674b (patch) | |
| tree | f250497d627148b3f65a9bed2dd1f9b47a61603b | |
| parent | oops, foreach { ...; fastcgi_finish_request; } obviously breaks multiple uploads (diff) | |
| download | hostfiles-032c401c546c392a80e1ed4288852a005317674b.tar.gz hostfiles-032c401c546c392a80e1ed4288852a005317674b.tar.bz2 hostfiles-032c401c546c392a80e1ed4288852a005317674b.zip | |
index - remove accept, why did i even put it there
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
