• 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

Folder chooser and File download

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Is there any JSF UI component exists to show a Folder Chooser dialog window on client side and after selecting the folder it has to write a file in the selected client location.

I will explain in detail:
1) Onclick of a button it has to open a Folder Chooser dialog box on
client side.
2) After selecting the folder it has to run the code on server side and
then it has to write the file on the specified client location.

I don't know whether it is possible as I required. If possible can
anyone tell me in what way we can do this. Please tell me if there is
any other alternative also.

Thank You.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm exactly looking for a solution to the same problem.
Please let me know, if you found a solution to this problem.

Thanks
Krishna
reply
    Bookmark Topic Watch Topic
  • New Topic