Need to:
1) Create bytearray from BitmapData in Flex
2) Pass this bytearray (or maybe converted to string with b64) to php script
3) Convert this bytearray again to image in PHP and show it.
How to do this?
Need to:
1) Create bytearray from BitmapData in Flex
2) Pass this bytearray (or maybe converted to string with b64) to php script
3) Convert this bytearray again to image in PHP and show it.
How to do this?
If you are using a HTTPService to do that, you can fill out the headers
property with the correct content-type
... you might want to look at this http://en.wikipedia.org/wiki/Internet_media_type