use this FileFilter to achieve that
var fileFilters:Array = [];
fileFilters.push(new FileFilter("*.xls"));
file.browse(fileFilters); // then browseOn Sat, Sep 22, 2012 at 12:24 PM, Shankar Waghamare <[email protected]>wrote: > I also want to upload a xls file in my flash application. > any one know how to get a full path of file. > > On Wednesday, 12 March 2008 16:32:46 UTC+5:30, Daksha wrote: >> >> >> Hi all, >> >> I am using file reference object to browse a file. >> With using browse I am able to get the name of selected file but how to >> get absolute path of the file?? >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/flex_india/-/3sgbznajxFgJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

