Large File Upload Issue

Hi I wanna know the root cause of large file upload issue with 413 request entity too large when I setup the Cloudflare and nginx.

Is it depending on the Pricing plan?

Because I see in the pricing page and only allow 100MB Client Max Upload Size for Free and Pro plan.

Yes, your plan type will limit the max file size you can upload in a single request.

A common solution to this problem with uploading large files is chunking - so for example if you had an 800MB file, you’d chunk the file into 80 10MB parts or similar, and upload each of them. There are many libraries that can help you accomplish this.

4 Likes

Thanks for your answer @cherryjimbo. Let me find the ways to establish the chunk upload

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