Adding file inputs dynamically with jquery?

后端 未结 4 463
萌比男神i
萌比男神i 2021-01-20 00:29

To make my weppage as compatible as possible I will go with the regular file input, the problem is that I need to offer multiple uploads.

My thought is that when the

4条回答
  •  情话喂你
    2021-01-20 00:37

    Another option, since you are using JQuery is the Bootstrap fileInput. It lets you upload multiple images with one control. You have additional options too like the allowed file types, size, height, width, etc.

    
    
    
    

    Here is a link for other uploaders if you are interested.

提交回复
热议问题