gpt4 book ai didi

javascript - 使用 jQuery 获取 dropzone 中的文件名

转载 作者:行者123 更新时间:2023-12-02 14:38:25 26 4
gpt4 key购买 nike

嘿伙计们,我这样尝试,我的问题是如何获取文件名或名称..?

 console.log(myDropzone.files);

enter image description here

最佳答案

myDropzone.files 返回 File 对象的数组。您可以使用索引访问特定文件属性。

例如。

 console.log(myDropzone.files[1].name);//Getting second file name

关于javascript - 使用 jQuery 获取 dropzone 中的文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37236919/

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