rfiles-online/portal
Jeff Emmett 6eabd8eaa2 Add chunked upload to bypass Cloudflare 100MB limit
Cloudflare free plan caps request bodies at 100MB. Files > 90MB now
upload in 80MB chunks: init session, send chunks sequentially, server
reassembles and creates MediaFile. Small files still use direct upload.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 16:47:29 +00:00
..
static/portal Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
templates/portal Add chunked upload to bypass Cloudflare 100MB limit 2026-02-10 16:47:29 +00:00
__init__.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
apps.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
urls.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
views.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
views_shared_space.py Add chunked upload to bypass Cloudflare 100MB limit 2026-02-10 16:47:29 +00:00