Hi all
i have recorded audio file in browser and uploaded to the server. it is working fine in google chrome (in Local machine) but it is not working in Google chrome after deploying application in IIS . This is my issue
please provide soultion regarding this ..
Loading

Mukil VendhanPosted Aug 7, 2017, 1:38 PM
Manikandan MurugesanPosted Aug 7, 2017, 12:12 PM
You can save the recorded data as a blob and then use a FileReader to upload the data via POST with AJAX.
Something similar along these lines:
It records audio and saves it MP3 format using just HTML5 and JS and then uploads the data on the webserver.
It only works on Chrome and Firefox though.
Gokhul VarmanPosted Aug 7, 2017, 9:40 AM