How to save files locally using html5
问题 how can i download mp3 files locally and then play them using a html5 player , the files should be there even user quit the browser or even come back after couple of days. 回答1: HTML5 introduced the manifest attribute to the HTML element, which lets you specify a manifest of files to cache locally. All of the examples I saw cache only HTML, CSS, and JS pages, but you could experiment with caching other types of data. For more information, see: http://www.webreference.com/authoring/languages