PHPfox-Official / phpfox-v4-issues

phpFox Public Bug Tracker
https://phpfox.com
30 stars 21 forks source link

Video upload limit issue Cloudflare #3006

Open Ylmzef opened 3 years ago

Ylmzef commented 3 years ago

Important

I have increased video upload limit to 500mb through admin panel per user group. But users still can't upload videos bigger than 100mb

I found source of issue.

This is Cloudflare upload (HTTP POST request size) limitations issue on free plan.

Can you fix this please with chunked uploading function?

harrison05 commented 3 years ago

Currently, we don't support chunked when uploading and we have no plan yet to implement it.