How to enable local file system read write access from Google chrome?

匆匆过客 提交于 2019-12-03 08:50:57

I like to use JQuery.twFile for this purpose. It's great for both reading from local flesystem AND writing to it.

It will not show you any errors or prompts when reading or writing a file.

It may show some other kind of prompts though in Chrome. (Java related prompts)

While using it, in order to prevent Java related prompts I launch Chrome in this manner:

C:\Users\WHATEVER\AppData\Local\Google\Chrome\Application\chrome.exe --allow-outdated-plugins --allow-file-access-from-files

ALSO, be sure to do the following:

Go to URL: chrome://plugins/ Then, under Java, be sure checkbox for "Always Allowed" is checked

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!