How to get absolute path with using file reference

354 views
Skip to first unread message

Daksha

unread,
Mar 12, 2008, 7:02:46 AM3/12/08
to flex_...@googlegroups.com

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??

 

Saravanan

unread,
Mar 12, 2008, 7:34:38 AM3/12/08
to Flex India Community
hi we cannot make that in flash because of security sand box ... but u
can do it inAIR or we need to go for third party s/w like ZINC...

sara
http://sara-intop.blogspot.com

Shankar Waghamare

unread,
Sep 22, 2012, 2:54:23 AM9/22/12
to flex_...@googlegroups.com, daksha....@gmail.com
I also want to upload a xls file in my flash application.
any one know how to get a full path of file.

mohammed azeem

unread,
Sep 29, 2012, 5:32:48 AM9/29/12
to flex_...@googlegroups.com
use this FileFilter to achieve that
var fileFilters:Array = [];
fileFilters.push(new FileFilter("*.xls"));
file.browse(fileFilters); // then browse 

--
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 flex_...@googlegroups.com.
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

Reply all
Reply to author
Forward
0 new messages