javascript - Some questions about HTML5 FileSystemAPI -


i'm first time user, in initial stages figuring out if going useful me, forgive naive questions. i'm using google chrome.

here's use case -
user needs store information application(web based) may include paths files on system. when user comes access information via application, should able click on links point these files on local disk , open files.

now, know browsers not allow due security concerns.

i had following questions

description html5 filesystemapi says allow access files "sandboxed" section of users disk. mean files user wants read should originate specific folder on disk?

do decide location be? file browser access chrome's sandboxed filesystems - idea question chrome decides that.

i appreciate if throw light on this. guys.

afaik, filesystem api doesn't provide access files outside sandbox , sandbox's location imposed browser. can use html5's file api let user upload data, , store data using filesystem api. however, don't think want.

unrestricted access user's filesystem possible through java applet or plugin.


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 -