From 51529e4dadb9ed9eb85a9fb97753b168815d91f4 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 7 Apr 2026 15:09:13 -0400 Subject: [PATCH] feat: Support multi-file uploads with batch progress and results Frontend now accepts multiple files via drag-drop or browse, uploads them sequentially with per-file progress tracking, and shows batch results with "Copy all URLs". Includes 429 rate-limit auto-retry. Co-Authored-By: Claude Opus 4.6 --- web/index.html | 31 +++-- web/static/style.css | 114 +++++++++++++++++ web/static/upload.js | 290 +++++++++++++++++++++++++++++++------------ 3 files changed, 346 insertions(+), 89 deletions(-) diff --git a/web/index.html b/web/index.html index 053f7f3..b477d70 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ upload.jeffemmett.com - +
@@ -18,13 +18,15 @@ -

Drop a file here or

- +

Drop files here or

+
+ +