I can not upload a file that is +10 MB because of a timeout.
avoiding modify php.ini, i have a espo.ini in /etc/php/../apache2/conf.d where I modify the values:
max_execution_time 180
max_input_time 180
post_max_size 50M
upload_max_filesize 50M
But after 60 seconds I get a timeout. Is the problem not located on the client side?
avoiding modify php.ini, i have a espo.ini in /etc/php/../apache2/conf.d where I modify the values:
max_execution_time 180
max_input_time 180
post_max_size 50M
upload_max_filesize 50M
But after 60 seconds I get a timeout. Is the problem not located on the client side?
Comment