私のAPPについては、写真を撮ってサーバーにアップロードしたいです。私はこの記事を参照していました: Uploading images from CameraRoll and CameraUI , but I can't get the picture content in following code block:
private function readMediaData():void
{
var imageBytes:ByteArray = new ByteArray();
dataSource.readBytes( imageBytes );
......
}
imageBytes は 0 KB になりますが、その理由は誰にもわかりますか? ありがとう〜