How do you change the max input time? How do you change the max input time?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How do you change the max input time?

Started by Unknown?, January 08, 2007, 03:59:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Unknown?

Quote1. max_input_time- 60 seconds is the default time limit for uploading files.

This time limit includes the time it takes for the files to upload, so if you exceed this limit, the file will not even parse, and the browser will not get a response. You can workaround this by trying to upload smaller or fewer files, or you can try uploading over broadband. The best solution, of course, is to increase the time limit to something more in line with your needs.

How can you increase this? I think this is the reason why when I upload larger files it doesn't work...

Joachim Müller

Quote from: GauGau on November 25, 2005, 10:37:03 AM
Please keep in mind that HTTP uploads are limited by the restrictions placed upon them in PHP's configuration.
Details: http://www.php.net/manual/en/ref.info.php

Note that you will only be able to change php.ini if the server is yours to configure. Please note as well that there is only limited support for webserver setup on this forum, as this forum basically deals with Coppermine and not with webserver configuration details.