Access Local Files using a Google Chrome Extension

后端 未结 3 1693
有刺的猬
有刺的猬 2020-12-05 02:50

I have asked a similar question to this previously

Communicate with Cash Drawer from Website

However the question was very vague and I now know what I requir

3条回答
  •  自闭症患者
    2020-12-05 03:36

    • If you have access to the machines where your product is deployed, you can use NaCL and start chrome with --no-sandbox command-line flag and use the following environment variable:

      set NACL_DANGEROUS_ENABLE_FILE_ACCESS=1

      More info on this blog

    • The other option is NPAPI.

提交回复
热议问题