Is it possible make a multiple file upload accept additional user-submitted parameters like description of the files or tags?
I currently have a JSF (JSF 1.2) page using JavaScript to clone whole file-input plus parameters section if user clicks "Add new file" button. I don't know how to retrieve these files and parameteres (description etc) in the backing bean for further processing. As I don't know how many files there will be I have no idea how I can bind them and their descriptions to the backing bean.
I've gone through almost anything google has to offer including ajax uploaders and richfaces component but nothing gives the ability to upload a file with a description.