Local Chrome extension to set file of input type=“file”
问题 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 possible due to security restrictions. Is there a way to remove the security restrictions of Chrome related to this issue so that this will be possible. Thanks. 回答1: Ok i'm going to answer my own question. First of all thank Michael Dibbets and wtjones for your answers. --disable-web-security and --allow-file-access-from-files did not work