diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-06-07 21:31:35 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-06-07 21:31:35 -0700 |
| commit | 027919fac08e33fe41d44bb5dedf4cbd02a8b9e5 (patch) | |
| tree | 415f7ee43eae923966e8d88d1ed834ab26fa57fa /templates | |
| parent | 8d1eff61416040a9d77982650200cbe7b245f833 (diff) | |
| download | roseh.moe-027919fac08e33fe41d44bb5dedf4cbd02a8b9e5.tar.zst | |
Allow uploading multiple files to the wormhole
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/wormhole.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wormhole.html.template b/templates/wormhole.html.template index 238719a..6f7ad1b 100644 --- a/templates/wormhole.html.template +++ b/templates/wormhole.html.template @@ -8,7 +8,7 @@ class="wormhole"> <ol> <li> - <input type="file" name="file"> + <input type="file" name="file" multiple> </li> <li> <input type="submit" value="Upload" class="wormhole-input"> |
