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.
Hi, at first - great class! But i have a question, how to get one file (.zip) and one image (,jpg with thumb) on upload, and take their names in mysql (zip + thumb names)?Reply
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 i have a question, how to get one file (.zip) and one image (,jpg with thumb) on upload, and take their names in mysql (zip + thumb names)?
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()