Chuncked large file upload (Cloudflare limit)

System Information
  • Strapi Version: 4.20.5

Is it possible to somehow customize the default upload process so that the file is uploaded in chunks?

I’m using a Cloudflare that has a 100mb limit on the size of the request, so all files larger than 100mb don’t even reach the server (413 Request entity too large cloudflare). The only solution would be to upload the following files in chunks but i have not find any info in Strapi docs for it.