multiple files upload

See all posts See thread Reply

Re: multiple files upload new!
by colin, 16 years, 9 months ago
I am afraid that goes beyond the scope of the class itself. The class only deals with the upload, but not with any updates you may do in your database.

Try to print the $_FILES array, so that you can see which pictures have been uploaded or not, and then modify your SQL statement accordingly.
echo print_r($_FILES, 1);
Reply