gpt4 book ai didi

javascript - 多个文件选择和上传

转载 作者:技术小花猫 更新时间:2023-10-29 12:05:30 25 4
gpt4 key购买 nike

我正在使用此代码将文件上传到服务器(在 html 中):

    <form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
<label>upload file<input type="file" name="file" id="file" /></label>
<label><input type="submit" name="button" id="button" value="Submit" /></label></form>

它打开文件浏览器并让我选择一个文件,当我按下提交时,文件将发送到我的服务器。

我想知道是否有办法让多个文件选择。

最佳答案

您可以为此使用multiple 属性,如下所示:

<input type="file" multiple />

要选择多个文件,您需要按 Ctrl 键并单击要添加的文件。

关于javascript - 多个文件选择和上传,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8669579/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com