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
Post a Comment