Recorderjs icon indicating copy to clipboard operation
Recorderjs copied to clipboard

upload wav to php

Open mcanet opened this issue 12 years ago • 3 comments
trafficstars

Is it any way to send as post form to a php to save it in a server the recording?

mcanet avatar Feb 22 '13 04:02 mcanet

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.

mattdiamond avatar Feb 22 '13 19:02 mattdiamond

On similar lines, do you know how to do it in Django.

Here is the exact question: http://stackoverflow.com/q/25165916/3502341

vishnu-anirudh avatar Aug 07 '14 16:08 vishnu-anirudh

https://addpipe.com/simple-recorderjs-demo/#

erturkkadir avatar Jul 22 '18 01:07 erturkkadir