Hi,

On Fri, Apr 4, 2008 at 10:45 AM, Remya <[EMAIL PROTECTED]> wrote:
>
> My Flex application displays several pictures after a search. I would
>  like to save a particular selected image to my local disc, on the
>  click of a button "Save".
>
>  How can i proceed with this matter?
>

You'll have to download the image using FileReference (livedocs:
http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_9.html).
The image file will have to be present on some remote server.

You can't simply directly write to the local file system from a Flex
application. However, you can do that in an AIR app.

Cheers,
-- 
Anirudh Sasikumar
http://anirudhs.chaosnet.org/

Reply via email to