Hello, when I try download the video created by the export, if the file size is too big, the browser show that the file is not found. Where I can change the limit for the download size ? ( php.ini, http.conf or any ) ?
Thank you !
Cant Download big file video file
Re: Cant Download big file video file
What you likely need to change is:
Maximum HTTP POST size
in /etc/php.ini
If you are using Ubuntu there may be two php.ini files in the system. Remember to restart Apache after making changes.
Maximum HTTP POST size
in /etc/php.ini
If you are using Ubuntu there may be two php.ini files in the system. Remember to restart Apache after making changes.
Re: Cant Download big file video file
Hi, Im with Centos 7.2 and will try it.
Thank you.
Thank you.