javascript - Accessing local file system on browser -


please hear me out before start crying security issues.

this intranet application, hence have full range install plugins or change security permissions suit.

what want them go webpage , click link download file, such word document. gets transferred local storage of kind (sandboxed if need be) , opened in word regular file.

when click save, javascript or pickup file saved or program no longer accessing , can actioned upon, such uploading server.

is there way this. have looked @ indexeddb, webstorage, html5 filesystem api new , don't see way this.

i open coding needed plugins long don't mention flash. main issue coming across opening file downloaded form of local browser , opening via desktop application, e.g. word.

any help, appreciated.

after research way plugin. indexeddb, filesystem api or webstorage can not access local file system. good.

silverlight option intranet , .net, have chosen go with.

silverlight 5 in full permissions file watcher. file watcher can accomplished method: is there alternative accomplishing filesystemwatcher in silverlight?


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -