Integrating Flash File Upload with JSF
I have seen that we can upload multiple files by flash file upload. Like SWFUpload or YUI Uploader . Is it possible to integrate these upload component with JSF? What I want is to choose multiple file at once. Primefaces file uploader has this feature, but that don't work in IE7 as IE7 don't have any support for HTML5. I need to create a Form with various fields, like dropdown menu, text input etc and also need to add a file uploader for choosing multiple file. When the JSF submit button will be clicked the Form will be validated and it will proceed after. I have created a page for uploading