• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomahawk - Problem in replacing FileUpload browse button by hyperlink

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic