How to select multiple files for upload?

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

How to select multiple files for upload : \"enter

9条回答
  •  不思量自难忘°
    2020-12-03 09:12

    This depends on the browser. Newer versions of firefox and chrome support this because they started to implement HTML5 specification. This is the syntax:

    
    

    Firefox >= 3.6, Chrome >= 2, Safari >= 4 support multiple file input.

    For older browsers the only good solutions are flash or javascript plugins. Here is a good resource for jquery uploaders ( some support multiple files ): http://creativefan.com/10-ajax-jquery-file-uploaders/

提交回复
热议问题