Yes, basically you need to send the bits up to a server side script as POST data. Instead of having your server side script save it to the server, you'd have the server side script pop up a "Save as:" dialog - which you could then use the dialog to save the file.

The details are a bit tricky when you first try it, but I've done it with PHP. The only drawback is that it needs to go up to the server and come back down again - you can't just do everything client side as far as I know.

Cary Ho wrote:
Hi everyone,

I have a bitmapData object that is storing some image info. I want the user to be able to save it locally as a jpeg/bitmap/etc. Is there a way to do this? This is a web application, running through a browser. Anyone know if this is even possible? I tried storing it locally as a sharedobject, but I need a usable format for the user. TIA

------------------------------------------------------------------------

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to