gpt4 book ai didi

html - Firefox 有时会忽略文件输入中带有 .jpg 和 .jpeg 扩展名的 JPEG 文件

转载 作者:行者123 更新时间:2023-12-03 14:10:33 25 4
gpt4 key购买 nike

当有文件输入控件上传接受JPEG文件的图片时:

<input type="file" accept="image/png, image/jpeg">


...我的 Firefox 副本只允许带有“.jfif”扩展名的 JPEG 文件:

Select file dialog

它只发生在我的电脑上(其他同事得到“*.jpg;*.jpeg”),它只发生在 Firefox(Chrome 和 Edge 实现他们自己的扩展列表)中,而且不久前没有发生。

这种行为取决于什么?这是我应该在上传标记中解决的常见问题吗?

最佳答案

即使在 62.0.3 中,我仍然可以重现该错误 - 但该错误是已知的并且已经在 bugzilla 中列出:https://bugzilla.mozilla.org/show_bug.cgi?id=1367490

此解决方法对我有用:

<input type="file" accept=".jfif, .jpeg, .jpg">

关于html - Firefox 有时会忽略文件输入中带有 .jpg 和 .jpeg 扩展名的 JPEG 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52659828/

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