DragonWind/public
Zac Gaetano 8ec43c299e Add parallel chunked HTTP upload (Option 4 — Aspera-class speed)
Split files into 32 MB chunks, POST 6 concurrently to /api/upload/chunk,
server proxies each chunk as an S3 multipart part. Up to 4 files upload
in parallel simultaneously. Achieves Aspera-class throughput over plain
HTTP with no UDP port forwarding or custom protocols required.

Same approach used by MASV under the hood.

- server.js: Add /api/upload/initiate, /chunk, /complete, /abort endpoints
- public/index.html: Replace single-PUT uploadHTTP() with parallel chunked version
2026-04-06 23:22:51 -04:00
..
dragon-anim.gif feat: Wild Dragon branding — splash animation + logo assets 2026-04-05 20:19:57 -04:00
dragon-icon.png feat: Wild Dragon branding — splash animation + logo assets 2026-04-05 20:19:57 -04:00
index.html Add parallel chunked HTTP upload (Option 4 — Aspera-class speed) 2026-04-06 23:22:51 -04:00
logo.png Add per-user upload quotas/permissions and share link system 2026-04-06 19:58:29 -04:00
share.html Add per-user upload quotas/permissions and share link system 2026-04-06 19:58:29 -04:00
vpm-logo.png feat: VPM branding + Built by footer 2026-04-06 19:41:07 -04:00
wilddragon-logo.png feat: Wild Dragon branding — splash animation + logo assets 2026-04-05 20:19:57 -04:00