Hi all,
I have a server and a flex client.
The flex client uses FileReference
and download()
to download a file ( .txt) from the server.
After the download is complete, I want to open the downloaded file.
How can I get the path that the user decided to download the file to?
p.s. SELECT event and COMPLETE event do not contain this information... So how can I find the path of download destination?
Thanks