I need to prove to my sys admin that max_input_time in php.ini is what’s stopping me from uploading large files to the server, but he wont increase it until I show him a proper error.
I looked at the manual but couldn’t find anything about it.
Does anyone know of a method for proving this?
Thank you
In php.ini we see their possible values:
So check if is set to -1 (Unlimited time) uploading and running a script with:
If you still believe that this value is the source of your pain, try to increase it by your own:
So you can try in .htaccess:
OBS: In any case you can check the following post about all PHP directives relative to uploading files: http://www.radinks.com/upload/config.php