How to take folder as a input in html?

前端 未结 4 672
刺人心
刺人心 2021-01-06 04:26

If i want to take a file as a input in HTML i will be using


Now my question is, is it possible to take a whole

4条回答
  •  [愿得一人]
    2021-01-06 05:02

    Short answer: No, it's not possible.

    You'll need to use something like a Java applet, ActiveX plugin or Flash (I know it does at least multiple files, not quite sure about folders) to do that.

提交回复
热议问题