I searched and found that html5 does not support direct sound storage. I convert audio to base64 strings and then will store it in local storage.
I am developing an html5 audio player application with jplayer. I have audio on the server and I need to store them in local storage, so I need to upload audio files using javascript. Is there a way to upload audio files using javascript? Any help would be appreciated.
source
share