class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
See all posts Reply
php_value max_execution_time 30000
ini_set ('max-execution_time', '30000' )
Fatal error: Maximum execution time of 30 seconds exceeded in /home/..../admin/foto-upload.php on line 23
Something to do about it or is it my own script?
Try to add the following in your .htaccess file:
(the number is the number of seconds).
If that does not work either (some hosts forbid this as well), try to add the following to your script, before processing the uploads: