简体   繁体   中英

How to make dropify for multiple attachment

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();

Write 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM