I would like to create a file destination chooser as like choosing save destination of download file from browser. But I have no idea how to figure it out.
I want to create some files and save them at a place that choose from user. Similar with create new Java Class in Eclipse IDE and browser for source folder.
I had found many File-Uploaders but these were browse for specific files not folders.
Any suggestions for my problem? I would really appreciate your suggestions.
Especially I am more prefer creating with Java (but not swing because I am creating web project) but I can also used by JavaScript or some other useful libs.