Hi All,
I have a scenario wherein in my html, I have a code something
like this:
<input type="file" jwcid="upload1" name="upload1"/>
I have a requirement of giving a filter to only .gif files can
be shown by default to the dialog box which get opened on click of "browse"
button of the type file. For that to do I need to modify my above html code
to something like this:
<input type="file" jwcid="upload1" name="upload1" accept="image/gif"/>
But here there is a problem, as in my input tag I am using
jwcid, I ignores all the attributes particular to html's.
That's the reason we need to enable javascripting for these
tags. How to do the same.......???????
How can I achieve the same "accept" attribute functionality
through Tapestry4...????????
Please respond with reply,
Thanks in advance,
Regards,
Anjali