Relative Content

Tag Archive for c#asp.net-web-apiaudio

Send audio recording to a C# ASP.NET Web API

I’m attempting to record an audio file on the web using angular / typescript. I am able to successfully record the audio and listen to it with the audio player. I am attempting to take that audio and send it to a C# ASP.NET Web API post. I’ve tried converting it to formdata to pass as a file, but that gives me an unsupported media type.