Storing audio files in html5 local storage - loading audio files using javascript

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.

+5
source share
2 answers

(5 , ), .

, HTML5 AppCache API .

+5

Safari/Webkit HTML5.

HTML, JavaScript, CSS - , -, .

+4

All Articles