Eric
Eric

Reputation: 1261

Bypassing Cloudflare's upload max

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

Answers (3)

mdehghani
mdehghani

Reputation: 551

You can also change your dns settings to disable the cloud protection. (proxy status = dns only)

Upvotes: 2

Eric
Eric

Reputation: 1261

It looks like all I needed to do was "chunk" the request into smaller pieces.

Upvotes: 5

1GDST
1GDST

Reputation: 821

You will have to upgrade your package. Read this article from Cloudflare

Upvotes: 1

Related Questions