i know that php doesn't allow you to select multiple files to upload in one box.
is there a work around or do you have to learn another language for it?
i know that php doesn't allow you to select multiple files to upload in one box.
is there a work around or do you have to learn another language for it?
There is no html/javascript workaround. You would have to look to flash or java to be able to do this.
Use the file input form element more than once, give it a different name and you have multiple upload fields on one page. No need to learn anything else.