Search code examples
apache-flexflex4airflash-builder

how to send byte array to server in flash builder (Flex 4)


I have a video file in my local system.I am using windows XP in my system. Now i want to send this video file byte array to server in Flash Builder (Flex 4). I am using PHP at server end.

How can i do this? Please guide

Thanks


Solution

  • Socket.writeBytes() will do what you need.