Local Chrome extension to set file of input type=“file”

前端 未结 3 990
旧时难觅i
旧时难觅i 2020-12-19 10:55

I\'am developing an Extension for Chrome browser. I wan\'t to choose a file from a input type=\"file\" html element using the extension. But I know this is not

3条回答
  •  再見小時候
    2020-12-19 11:24

    Is this an extension for personal use only? If so, you may be able to use --disable-web-security and --allow-file-access-from-files. Otherwise you might need to use a native plugin: https://code.google.com/p/firebreath/

提交回复
热议问题