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.
it's NOT multiple upload! it's local files processing. when you UPLOADS multiple images - field type is "file", when it's local files - field type is "text" and first code part of FAQ example cannot work with &_FILES['my_field']Reply
when you UPLOADS multiple images - field type is "file", when it's local files - field type is "text" and first code part of FAQ example cannot work with &_FILES['my_field']
In order to process multiple local files, you need to do a loop around the class instantiation: