I'm working on an application which includes an option to let the user select a directory to which files should be downloaded. I'm aware of FileReference.browse, and I can use that to let people select a file -- but I don't want a file, I want a folder. I'm thinking something like in a web browser options panel where you select a download folder.
Is this possible? It doesn't seem like it from what I'm reading in the FileReference docs... thanks, -josh

