Yes that is possible.
 
In flex look at the external interface to pass data to flex.
 
Jason
 
-----Message d'origine-----
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Torey Maerz
Envoyé : vendredi 30 juin 2006 16:49
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: Read Local File

Thanks for the help. Now at least I know the direction that I need
to go in. Uploading then downloading and eventually posting the
modified data may increase the time too much for larger files.

Possibly I could create a java applet that does the file read then
pass the file via _javascript_ to the flex application???

--- In [EMAIL PROTECTED]ups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:
>
> This is not possible due to browser security restrictions. You will
have to
> ask the client to upload to the server, pass the data back to the
client,
> modif, and send back to server. On the server side you will have to
accept
> the down load, parse, and have the client the poll the server till
the file
> is ready to get back to the client.
>
> Hope this helps
>
> Jason
>
>
>
> -----Message d'origine-----
> De : [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]De la
> part de Torey Maerz
> Envoyé : vendredi 30 juin 2006 15:35
> À : [EMAIL PROTECTED]ups.com
> Objet : [flexcoders] Read Local File
>
>
> I would like to create a flex application (hosted on the
internet) that
> could read in a client's local file, parse that file and then
display
> in a datagrid for manipulation and eventually posting the data to
my
> server. My problem is on the reading of the local file piece. It
> seems that the only way that I can do this is to have the swf
running
> on the client's machine. That is not an option so I have been in
the
> search for finding a solution that would allow me to sign my swf
or
> something similar so that it could be trusted on the client's
machine
> and allow the user to parse their local file.
>
> So what can I do to give my internet based application read
access on
> the client's machine?
>
> Thanks in advance!
>
> -Torey
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to