michalstocki / FlashWavRecorder

Simple flash file for recording audio and saving as a WAV
http://michalstocki.github.io/FlashWavRecorder/html/
MIT License
241 stars 108 forks source link

How to upload with JavaScript code? #45

Closed yolo2013 closed 9 years ago

yolo2013 commented 9 years ago

How can I upload the wav audio with JS code. For jQuery, something like $('#upload_form').upload()

robinsmidsrod commented 9 years ago

You need to use either the getBlob() or getBase64() methods, depending on how compatible you want to be. If you use getBlob(), then the FormData API in your browser might be of use.

michalstocki commented 9 years ago

Here are all the details: https://github.com/michalstocki/FlashWavRecorder/wiki