gpt4 book ai didi

javascript - jquery ajax 多个上传标签

转载 作者:行者123 更新时间:2023-11-28 10:18:43 27 4
gpt4 key购买 nike

我可以找到很多插件,允许我使用一个 html 输入标签来上传多个文件,但我想要的是文件有多个 html 输入标签,但只有一个 ajax 调用。

我可以只使用一次 ajax 调用来上传文件吗?

这是我的 html 示例:

<fieldset>
<legend>test Files</legend>
<label for="testFile">Test File
<span class="small">Change the test file.</span></label>
<input name="testFile" type="file"/>
<label for="iconFile">Test Icon File
<span class="small">Change the test icon.</span></label>
<input name="iconFile" type="file"/>
<label for="featuredFile">Test Featured File
<span class="small">Change the test featured.</span></label>
<input name="featuredFile" type="file"/>
</fieldset>

最佳答案

我正在使用Valmus ajax upload它允许选择多个文件并通过 ajax 上传它们。

关于javascript - jquery ajax 多个上传标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6048150/

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