admin管理员组文章数量:1290134
I am using the Dropify jQuery plugin for attachment but I am unable to add multiple attachments at the same time. I am using it in ASP.Net MVC5. Here is my code
<input type="file" id="MemberImage" name="MemberImage" class="dropify" data-default-file="@Model.MemberImage" data-height="230" />
$('.dropify').dropify();
I am using the Dropify jQuery plugin for attachment but I am unable to add multiple attachments at the same time. I am using it in ASP.Net MVC5. Here is my code
<input type="file" id="MemberImage" name="MemberImage" class="dropify" data-default-file="@Model.MemberImage" data-height="230" />
$('.dropify').dropify();
Share
Improve this question
edited Sep 17, 2018 at 7:40
Rory McCrossan
338k41 gold badges320 silver badges351 bronze badges
asked Sep 17, 2018 at 7:37
Mashhad SaleemMashhad Saleem
1771 gold badge2 silver badges18 bronze badges
3
- Dropify does not support multiple file inputs. If you need this you will have to create repeated single file inputs, or use a better library. – Rory McCrossan Commented Sep 17, 2018 at 7:41
- I'm not sure the plugin supports multiple attachments – Carsten Løvbo Andersen Commented Sep 17, 2018 at 7:41
- @RoryMcCrossan Can you suggest me some other plugin to upload multiple attachment – Mashhad Saleem Commented Sep 17, 2018 at 10:01
1 Answer
Reset to default 9Write multiple in Your Tag
<input type="file" id="MemberImage" name="MemberImage" class="dropify" data-default-file="@Model.MemberImage" data-height="220" multiple/>
Notes: Dropify displays only one image of the selected
本文标签: javascriptHow to make dropify for multiple attachmentStack Overflow
版权声明:本文标题:javascript - How to make dropify for multiple attachment - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741405648a2376929.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论