I want a user to be able to use one file upload input type=file box to upload several files. Currentlt the only solutions I have seen are to have the following:
input type = file name = filestoupload[]
input type = file name = filestoupload[]
I do not want to have multiple boxes on the screen. I want one box that allows for multiple files. Can somone please help.???