Flex sending snapshot without using base64Encode

Posted by atd on Stack Overflow See other posts from Stack Overflow or by atd
Published on 2010-03-15T06:11:09Z Indexed on 2010/03/15 6:19 UTC
Read the original article Hit count: 152

var is:ImageSnapshot = myImagesnapshot;
var str:String = ImageSnapshot.encodeImageAsBase64(is);

As of now, I am sending my jpeg data to the server with the code above.
The problem is that it almost doubles the size of the data.
Is there a way to send the image data directly without using any encoding.

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript