|
OR, you could make a call to _javascript_ file
object: <input type=”file” /> This is much easier than the applet
approach. -Andy _____________________________________ Andrew Trice Cynergy Systems, Inc. Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: Andrew Trice The number 1 reason to not allow access to
the client machine’s file system is security (as mentioned before).
This would enable the possibility of someone creating a flex/flash application
that monitors the file structure of your local machine, potentially identifying
any weaknesses or important files. It could also potentially allow the
execution of code on the client machine. This might still be possible using a java
applet, which references the local file system and returns the file path back
to your flex application via _javascript_. BUT, it will require changes to
the security permissions on the client machine. Honestly, this approach
is a hack. This is not really a feasible alternative for a public site.
Unfortunately, there is no clean &
easy solution. -Andy _____________________________________ Andrew Trice Cynergy Systems, Inc. Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: Hi all, -- 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
YAHOO! GROUPS LINKS
|

