Can not preview multiple uploading files in form

前端 未结 0 849
借酒劲吻你
借酒劲吻你 2020-12-18 03:34

In a multipart form, I can preview a single uploading image using:

 function readURL(input) {
      if (input.files && input.files[0]) {
        var r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题