Reputation: 1261
I'm using Cloudflare to speed up my site and it works great for that. Unfortunately, some of my users will need to upload videos to my site which are larger than the allowed max on Cloudflare (i.e. 300MB in size). Is there any way to tell Cloudflare to ignore post requests from my upload form?
Upvotes: 2
Views: 3279
Reputation: 551
You can also change your dns settings to disable the cloud protection. (proxy status = dns only)
Upvotes: 2
Reputation: 1261
It looks like all I needed to do was "chunk" the request into smaller pieces.
Upvotes: 5
Reputation: 821
You will have to upgrade your package. Read this article from Cloudflare
Upvotes: 1