Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想上传多个文件。我不想使用 jquery 插件或 python 包。是否可以使用 html/JavaScript 上传多个文件而不使用包。请分享您对此的宝贵想法。
从源代码,在 HTML5 中你可以这样做,
<input type="file" name="multiple_file_field" multiple>