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.
Please search this forum, or read up the docs. Your question is out of the scope of the class.
But basically, you just upload the two files, and then store their filenames into MySQL. You can read the filename in $handle->file_dst_pathname for instance, after calling process()Reply
But basically, you just upload the two files, and then store their filenames into MySQL. You can read the filename in $handle->file_dst_pathname for instance, after calling process()