How can I make more time than 30 sec upload time?
I get error when I upload 2 or more pictures in one time "Fatal error: Maximum execution time of 30 seconds exceeded"
ini_set("max_execution_time","300");
http://uk.php.net/manual/en/function.ini-set.php
See also [man]set_time_limit[/man]