how to change the file input's filelist

前端 未结 2 855
慢半拍i
慢半拍i 2021-01-04 23:45

I have this input of type \"file\", and I want to change its files list. Example:



        
2条回答
  •  感情败类
    2021-01-05 00:29

    What you want is using the multiple attribute on the input element. That way, in newer browsers user will be able to select multiple files to upload.

提交回复
热议问题