无法将文件属性设置为在IE 11上输入

时间:2018-07-02 20:19:41

标签: javascript internet-explorer

我正在尝试使用以下代码在Internet Explorer 11(11.112.17134.0)上重现拖放行为:

dir.isDirectory // this returns false only is there is a subdirectory. If I create a directory with no subdirectory, e.g. new File("floor_plan"), the return is true

文件正在从本地计算机的文件系统中拖动。日志显示正确的信息,并且files变量的值也正确,但是输入的files属性为空。

只有在IE 11中,Chrome才能正常运行。

编辑

反应良好。无法通过输入标签来编辑文件属性。

链接: Add a File (JS object) to input type=“file”

0 个答案:

没有答案