gpt4 book ai didi

javascript - blueimp jQuery文件上传新文件顺序

转载 作者:行者123 更新时间:2023-11-29 10:41:47 27 4
gpt4 key购买 nike

我正在尝试在 blueimp 文件上传脚本中找到位置,以更改表中新文件位置的行为。如何强制将它们添加到文件列表末尾的表格顶部?

最佳答案

只需添加属性prependFiles:true

例子:

$('.fileupload').fileupload({
url: 'your_url',
dataType: 'json',
prependFiles:true
});

关于javascript - blueimp jQuery文件上传新文件顺序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27636874/

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