I want to know if there's any kind of "directory chooser" in JSF. I'm intending to get a directory and make some treatments on contained files. Thanks.

link|improve this question
Do you want to select a directory on server machine or on client machine? – BalusC Nov 17 '11 at 18:51
feedback

1 Answer

The case "to choose a directory" through the web browser on the client is almost not possible. It's absolutely possible to choose a directory on the server or over a protocol which supports that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.