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...
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.