gpt4 book ai didi

javascript - 如何为 resumable.js uploader 指定文件类型?

转载 作者:行者123 更新时间:2023-11-29 19:16:16 26 4
gpt4 key购买 nike

我要resumable.js (文件 uploader )只打开特定文件类型的文件选择器,例如 mp4 或 mp3。

如何为 resumable.js uploader 指定文件类型?

最佳答案

您可以在 documentation 中看到选项 fileType . fileType 默认为 [] 但在您的情况下应为 fileType: ['mp3', 'mp4']

var resumable = new Resumable({
...
fileType: ['mp3', 'mp4'],
...
});

您可以在 https://jsfiddle.net/atomic/wn2uq53d/2/ 中查看工作示例

关于javascript - 如何为 resumable.js uploader 指定文件类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35144260/

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