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
Array ( [name] => DSC_0003.JPG [type] => image/jpeg [tmp_name] => /var/log/tmp/phpPXNx11 [error] => 0 [size] => 3549618 )
BUT I still have the same problem :
Warning: Invalid argument supplied for foreach() in xxx.php on line 117
Talking about something else: how could you select multiple files with the normal input form?
Thanks