0

I need to figure out how to have the user select a directory. Closest thing I've found is to have a file upload dialog and then getting the absolute path to the file, but of course that's not the same as selecting a directory instead. Is there a tool for this?

martin-g
  • 17,243
  • 2
  • 23
  • 35
user3622688
  • 61
  • 1
  • 8

1 Answers1

0

You'll have to find a browser solution first:

Directory Chooser in HTML page

Then you can ask how to integrate your solution in Wicket.

Community
  • 1
  • 1
svenmeier
  • 5,681
  • 17
  • 22