gpt4 book ai didi

html - 输入的接受属性无法识别应用程序/json?

转载 作者:行者123 更新时间:2023-12-04 02:29:59 25 4
gpt4 key购买 nike

我有一个从用户那里获取文件输入的应用程序。它接受的文件类型之一是 JSON。
input 中的文件扩展名的 acceptmost browsers 中被认为罚款(Safari 是主要的异常值),因此有时需要使用 MIME 类型。对于 JSON,扩展工作正常,但如果您使用 correct MIME type ,输入默认为“所有文件”作为过滤器。

Extension (.json): <br>
<input type="file" accept=".json">

<br><br>

MIME type: (application/json): <br>
<input type="file" accept="application/json">


这仅发生在 JSON 中,因为我已经看到了。这是为什么?类型还没有被完全接受吗?这是一个错误吗?

编辑 :

测试:

                        | First | Second |
------------------------|-------|--------|
Windows 10/Chrome 61 |Success| Fail |
Windows 10/Firefox 56 |Success|Success |
OSX ElCapitan/Safari 9 | Fail |Success |
Windows 10/Edge 40 |Success| Fail |

看到它在 Firefox 上运行后,我开始认为这是 Chrome 上的一个错误。

最佳答案

请试试这个标题:
accept="application/JSON"
它对我有用。

关于html - 输入的接受属性无法识别应用程序/json?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46663063/

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