You could implement an echo-back servlet, web method, etc. Take your image (BitmapData) and post it to your server-side bad self. and stream it back to the browser (with mime type of course) and you have yourself the appearance of direct save from Flex.
Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Friday, April 04, 2008 1:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Save an image file from Flex application to my local disc If your app is running in the Flash Player in a browser, you cannot save to the client filesystem. Security prohibits this. If you code is in an AIR app, you can access the local file system. Tracy _____ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Remya Sent: Friday, April 04, 2008 1:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Save an image file from Flex application to my local disc 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? Thanks Remya
<<image001.jpg>>
<<image002.jpg>>