How to upload a video in chunks Django

Im using Cloudflare, and it has a POST request limit of 100M and I want to upload larger files, how to bypass this? I was thinking to upload in chunks but i have no idea how.

Back to Top