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 |
||
|---|---|---|
| .. | ||
| dragon-anim.gif | ||
| dragon-icon.png | ||
| index.html | ||
| logo.png | ||
| share.html | ||
| vpm-logo.png | ||
| wilddragon-logo.png | ||