I know tamawhak provides a file upload component. But my requirement is to just display an 'Add file' button on the page(no input field is required). Upon clicking the button a choose file window should popup. Once the file to be attached is chosen, automatically the attachment should start with progress bar showing the progress of the attachment operation on the same page. The user can do the same and attach multiple files. The user remains on the same page and upon attaching all the files, they click on the submit button and upload the file.
I use JSF2.0 , I have no clue, how i do this ?...Basically I need to implement a solution smillar to the attachment provided by gmail or simillar.
Thanks, Aja