I'm using JSF 2.0 and need to allow users to upload images. I thought to use <t:inputFileUpload>
and read it behaves similarly to <input type="file">
however I can never see a 'browse' option in any browser I use.
I have configured my web.xml properly and have <h:form enctype="multipart/form-data">
as my form beginning. There is also only one tag inside the form. I also have all necessary jars from what I can gather.
Anyone else experience this?