This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Is there a JSF component/framework that allows to upload multiple files at one time. Users should be able to click on the browse button and select multiple files to upload rather than having many different browse button.
I have implemented successfully to upload one file at a time and I would highly appreciate any insight all of you might have to help me towards implementing mulitple files at one time.
It is possible to upload multiple files through multiple file input elements (i.e., multiple "Browse" buttons) in one form, but not otherwise. HTML has no form elements for uploading more than one file per file input. There's nothing JSF (or any other web framework) can do about that.