How to select multiple files for upload?

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

How to select multiple files for upload : \"enter

相关标签:
9条回答
  • 2020-12-03 09:35
    1. PHP is the back-end, PHP is not the thing which restricts you to use only "one" upload a time
    2. HTML/JavaScript are the front/mid-end which cause the restrictions. (So add HTML to your questions tags)
    3. If you use Flash (AS = ActionScript) you can still have PHP as back-end, as processor which handles the uploaded files.
    0 讨论(0)
  • 2020-12-03 09:35

    Flash is the only option except HTML5.

    0 讨论(0)
  • 2020-12-03 09:37

    You could also use javascript plugins such as: http://code.google.com/p/noswfupload/

    0 讨论(0)
提交回复
热议问题