I am using Cloudinary by using library "https://github.com/jrm2k6/cloudder" but when I upload large video files greater than 100MB it shows "Entity too large: error, I am using apache server.
Also try Cloudinary upload_large function but show same error.
Cloudder::uploadVideo($tmpFilePath,null, ['resource_type' => 'video','chunk_size' => 60000000000]);
$response = Cloudder::getResult();
3
Answers
Make chunk size 6000000:
I think your upload_max_file_zize in php.ini is allowed to upload more then 100MB go ahead and update your upload_file_size to whatever you would like!
On the free plan Cloudinary’s API only allows a max video size of 100MB. It’s 10MB for images and raw files. There is no way around this except to: