My question is, how and will <input type='file' name='file[]'> multiple of theese work in php?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you loop through them as an array, it’ll work just the same:
And it’ll loop through each upload and process as such.
Just be sure that you have something that changes between each (I added a timestamp) – otherwise you’ll only end up with one file.
You were right with the inputs as
You can have as many of those as you’d like