FileReference.browse is used to select a file( or files if you use FileReferenceList.browse ) that gets uploaded to the server. When you actually use the FileReference API to download something from the server, the normal window for your OS will come up asking you where you want to save it.
I hope this helps. --- In [email protected], "Josh Santangelo" <[EMAIL PROTECTED]> wrote: > > 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 >

