PDA

View Full Version : Browse files dialog box


blu3
06-01-2007, 09:41 PM
What i am trying to do is to have a button on which you click it opens browse files dialog box where i can select a file. All i need is to find out path and filename of that selected file. Can that be done in Flex?

thanks

dr_zeus
06-04-2007, 06:15 PM
Your best bet is the flash.net.FileReference (http://livedocs.adobe.com/flex/201/langref/flash/net/FileReference.html) class. Look for the browse() method.

blu3
06-04-2007, 06:29 PM
I'll check that out, thanks