【发布时间】:2014-07-24 05:37:52
【问题描述】:
我们正在使用 blueimp 文件上传器来上传文件。
我可以拖放多个文件,上传者上传所有文件。
但是我无法在浏览窗口中选择多个文件。 原因是渲染的输入字段没有多个属性。
<input class="form-control d2-ctl d2-upload-file-control" type="file">
我想知道如何添加它。 我是否缺少任何设置,请告知?
问候..
【问题讨论】:
-
这个html是blueimp渲染的???
-
感谢回复,是的,这是blueimp渲染的输入控件
-
你能再贴一些代码吗??
标签: jquery asp.net-mvc-4 blueimp