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
I got it to upload multiple files.
Now I would like to know how to add the database the name of each file separately?
Example:
INSERT INTO table VALUES ( '$file0', '$file1', '$file2', '$file3')
Thanks.