html5 - How to do file access on non http htmls? -


i tried use filesystem api html file opened locally, not via web. therefore there no associated domain.

is there api allows work local files when started html locally (e.g. file:///abc.html).

i tried

window.requestfilesystem  

and webkit variant. however, work when calling http://abc.html not when calling file://abc.html:

i use chrome 26... on windows


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -