Hi,
I use the t:inputFileUpload in my programm. One knows there is a
"bowser" button beside the file name textfiled. If one clicks this
button, a "file chose" dialog will be opened and you can chose any file
types.
Now my question: If I want only the file type of ".txt" and ".doc" to be
chosen, how can I do that?
Regards
Wei
<t:inputFileUpload id="myFileId" value="#{fileuploadBean.myFile}"
storage="file" required="true" />

