Question:
I am getting an error that file is too large when trying to download a video. I know the file is not too large and I have had this problem before but I can’t remember how to get around it.
Answer:
This generally comes down to your upload settings not being set high enough.
You can ask your host to change your post_max_size and upload_max_size limits as below:
#Change upload limits
file_uploads = On
post_max_size = 64M
upload_max_filesize = 64M
memory_limit = 256M
max_execution_time 60
#Change upload limits end
The following video references Big Scoots host but the cPanel process is the same if your host allows you access to do this yourself.