i need to upload the audio file to server after recording audio and if i click on stop record means file should upload to the server .. by using Asp.net MVC5
i have tried following code
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Jul 24, 2017, 5:10 PM
Use this article of mine, to learn about uploading the files asynchronously, otherwise you can just publish the file through proper HTTP call back. http://www.c-sharpcorner.com/UploadFile/201fc1/html5-and-jquery-way-for-uploading-the-files/