Post4VPS Forum | Free VPS Provider

Full Version: PHP - How to directly record and upload using micro phone?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am now in search for php help regarding record and upload to server feature using the default device microphone through form submission.
 I would like to do the following things:
 *. Capture audio record using the browser.
 *. Upload the recorded file to server using php.
I checked a few apis but could not get the file uploaded to the server, simple functions are most welcome.
https://stackoverflow.com/questions/1681...rtain-time
https://subinsb.com/html5-record-mic-voice/
https://www.webrtc-experiment.com/RecordRTC/PHP/

these might help.
i am not actually using this my self so excuse me if this is totaly not something you are looking for.
Yes, it is related to my query, I have tested them, but I could not save the recorded audio to server permanently.