【问题标题】:Blueimp, backload and file extesion restrictionBlueimp、后载和文件扩展名限制
【发布时间】:2013-10-07 22:51:06
【问题描述】:

我正在使用 Blueimp 和 Backload 来处理我的 asp.net 应用程序中的文件上传。我知道如何通过执行以下操作来限制文件扩展名:

<input type="file" name="files[]" accept="image/png" multiple>

但我还需要在服务器端验证文件扩展名,然后再将其写入光盘。

感谢任何提示。

【问题讨论】:

    标签: asp.net blueimp backload


    【解决方案1】:

    看来,这将在即将发布的版本中实现: https://github.com/blackcity/Backload/wiki/Release-notes#1940-current-dev

    同时使用此处描述的解决方法: https://github.com/blackcity/Backload/issues/32

    【讨论】:

    • 链接已损坏 - 看起来 Backload 完全从 github 中删除了它的问题。我猜这是一个扩展或类似的东西?
    猜你喜欢
    • 1970-01-01
    • 2011-06-08
    • 2017-02-20
    • 2020-12-19
    • 1970-01-01
    • 1970-01-01
    • 2017-07-05
    • 2014-06-09
    • 1970-01-01
    相关资源
    最近更新 更多