How to upload binary (audio) data from a Flash AS3 client to .NET server (WCF/REST/HTTP/?)?
- by Bobby
Simply stated: I'm trying to record audio in a browser, and get that data back up to the server.
I originally tried to capture, encode and upload the audio using Silverlight, but because of the lack of suitable client-side encoding options, I'm now giving Flash a shot (Flash has baked-in support for encoding to Speex).
I think I've figured out…