What if we need a user to select a directory on their system (in AIR) to specify a folder where files or settings are? Then can a user specify a directory when browsing?
Would a solution to this be to replace the FileFilter concept with IFileFilter so we could write our own Filters to analyze the File objects if we want to allow for selection? --- In [email protected], "actionscript_czar" <[EMAIL PROTECTED]> wrote: > > 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" <josh@> 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 > > >

