Large files not downloaded completely when php force download

Large files not downloaded completely when php force download

New Task
PHP Support Vimal
  • (1 Ratings)

When downloading a file of 1GB or more from our server equipped with 1GB RAM the download fails (without any warning) before reaching the end.

Thanks

1 Responses

AppClave

6 years ago #196

Hi,

You may need to change or increase the value of php and apache settings in your hosting server

In PHP::

  • max_execution_time
  • max_input_time
  • memory_limit

In Apache:

  • timeout
  • MaxRequestsPerChild

Best Regards
AppClave Team

Submit Your Response