I am involved in writing a browser-based UI to a spider/indexer that allows users to search files on their hard disk. One of the steps in the process of creating a new index is telling the spider which directory on the disk to start gathering data. I would like to have a "Browse" button on the HTML page which lets the user choose the directory (in the same way that "<input type=file>" allows them to choose a file for upload). Is this possible? I can use HTML, JavaScript or Java.
Thanks,
Andrew