【问题标题】:Multiple select in file upload not working in IE9文件上传中的多项选择在 IE9 中不起作用
【发布时间】:2012-12-29 13:29:49
【问题描述】:

您好我正在尝试多文件选择上传。我无法在 IE9 中选择多个文件。 Chrome、safari、firefox 运行良好。我使用这个输入标签来选择多个文件。

<input type="file" name="file_upload[]" multiple="multiple"/>

【问题讨论】:

  • 您不能直接在 IE9(或更低版本)中执行此操作,除非您使用适当的 jQuery 插件,使其能够上传多个文件。

标签: php


【解决方案1】:

只有 IE10 支持这个 IE9 和更早的不支持。这个问题和你的IE: input type="file" multiple类似

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多