How to select multiple files for upload?

后端 未结 9 1825
暖寄归人
暖寄归人 2020-12-03 08:30

How to select multiple files for upload : \"enter

9条回答
  •  离开以前
    2020-12-03 09:35

    In HTML5 you can set the multiple attribute on . This works in browsers supporting HTML5.

    
    

    In HTML4 your best bet is Flash or Java Applet. There are 3rd party libs available like Uploadify, SWFupload, JUpload and JumpLoader.

提交回复
热议问题