10/13/2011 1:44:10 AM
Title:
How to read a file in client PC with Flex Web application.
Hello I have a requirement where i have to read the client PC data.
i don't find any method in flex Web application.
Please let me know if there is any way to get this done.
even if there is an alternate(apart from flex) way of achieving this please let me know.
10/13/2011 2:36:37 AM
flex web application does not allow you to read the data on PC. However if you want to read some type of file you can upload it to server and read that using server side language.
10/13/2011 2:43:21 AM
i saw in some discussion they suggest to use some active X and using Java applet we can get access to user's PC.
can that be integrated to flex????
10/13/2011 11:21:59 AM
flex can communicate with java applet using javascript as bridge, but that can be just text data communication means you can pass and receive string data.