File and image on one form

See all posts Reply

File and image on one form new!
by jjd, 10 years, 1 month ago
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
Re: File and image on one form new!
by colin, 10 years, 1 month ago
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