Sending ByteArray through as3 to PHP
问题 The BLOB field (pic) is turning out as 0 Bytes when trying to send ByteArray through as3 to PHP, so i assume the PHP script or the HTTP_RAW_POST_DATA isn't working. I think the Flash part is working, I have set a trace() to see if the bitmapdata is coming through and it seems it is, so I'm assuming its my php side. I'll post both parts of the code in hope someone here can fix it for me. Thanks. AS3 private function export():void { var bmd:BitmapData = new BitmapData(600, 290); bmd.draw(board)