我正在尝试使用以下代码在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才能正常运行。
编辑
反应良好。无法通过输入标签来编辑文件属性。