tomahawk - Problem in replacing FileUpload browse button by hyperlink
vennila Selvaraj
Greenhorn
Joined: Oct 10, 2007
Posts: 5
posted
0
Hi All,
I am using <t:inputFileUpload> to upload files.
But I want a link to appear instead of Browse button.
Any assistance ?
Rgds,
Vennila
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
It is already not possible in plain HTML. As JSF just generates HTML, it already can't do anything for you here.
You may consider to use CSS and a shot of Javascript to simulate another file upload element which facades the original one. But either that, it isn't guaranteed to work in all circumstances. Google "css file upload" or something straightforward like that for information and examples.