I am working with Flex, Flash, Action Script and I want to browse the local machine file system using Operating System’s file browse window and select a file then i want to get the full path of the selected file. How can I do this? Please give me some code.
Thanks in advance!
In Flash Player 10, you can use a
FileReferenceto get the name or load the data of a file on the local filesystem, but are purposely restricted from getting the full file path and many other operations available with AIR’sFileandFileStreamclasses.