multiple files upload

See all posts See thread Reply

Re: multiple files upload new!
by colin, 16 years, 9 months ago
If you have some empty fields, simply don't include them in your SQL query.

See the FAQ, the question called What about multiple uploads? to see how to deal with multiples uploads. When you parse $_FILES, you can check whether a file has been uploaded or not.Reply