Recorderjs
Recorderjs copied to clipboard
upload wav to php
Is it any way to send as post form to a php to save it in a server the recording?
Sure is... check out the FormData object:
https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects
Many people have asked about this, so I may just build in a convenience method to upload the WAV. Anyway, hope this helps!
Matt
On Thu, Feb 21, 2013 at 8:43 PM, Mar Canet [email protected] wrote:
Is it any way to send as post form to a php to save it in a server the recording?
— Reply to this email directly or view it on GitHubhttps://github.com/mattdiamond/Recorderjs/issues/15.
On similar lines, do you know how to do it in Django.
Here is the exact question: http://stackoverflow.com/q/25165916/3502341
https://addpipe.com/simple-recorderjs-demo/#