views:

53

answers:

1

I am using richfaces 3.3 I want my user to able to specify a location on the server where he can save the file. How do I do it ?

+1  A: 
  1. use any upload component
  2. use an extra component (trie-view) to represent the structure on the server
  3. On submit, get the submitted file and store it on the server
Bozho