Hello all, Is there any way to fill 'body' attribute in the following URLRequest with Base64 encoded data that will represent binary file?
var request:URLRequest = new
URLRequest("mailto:[email protected]"+"?subject="+"&body=");
--
Best regards,
Andriy Panas

