Client Max Upload Size (MB) explanation

Can someone give me a deeper explanation of
“Client Max Upload Size (MB)” - The amount of data visitors can upload to your website in a single request.
So if I want to upload a file on 2 GB I can not do it? I can only upload 100 MB or 200 MB depending on the plan?
What is meant by “in a single request”. What do you understand by request if we have the example mentioned before to upload a file on 2 GB is a single request?

A single HTTP Request is meant with the single Request. So your Clients cant push a 2GB File onto your Site with a Single Request. When you want to upload more Data then your Plan allows you need to split the File that you Upload in Chunks and Upload them it multiple Requests

When you Search for “chunked Uploading” in Google you should find a lot of Information

The Client Max Upload Size is the maximum size of any upload request. You would not be able to upload a file that is 2 GB. You would have to break it down into smaller chunks or turn Cloudflare off.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.