gpt4 book ai didi

php - 代码点火器 : vcf mime type not detected in mac safari

转载 作者:行者123 更新时间:2023-12-05 04:18:25 24 4
gpt4 key购买 nike

我在 mac safari 上上传 vcf 文件时遇到问题。

我在 config/mime.php 中添加了 vcf 所需的 mime 类型。

上传功能在 Mozilla 和其他浏览器中运行良好,但在 mac safari 上它给出错误:“不允许您尝试上传的文件类型”。

我搜索了很多,但都在说我已经添加的 mime 类型。我添加了以下 mime 类型:

'vcf' => array('application/octet-stream','text/x-vcard', 'application/vcard', 'text/anytext', 'text/directory', 'application/x-versit ', 'text/x-versit', 'text/x-vcalendar')

我需要为 mac safari 做一些额外的事情吗?请让我知道我需要做什么。

最佳答案

试试这个:

您需要将以下内容添加到 $mimes 数组内的/application/config/mimes.php。

'vcf'   =>  'application/octet-stream',
'vcf' => 'text/x-vcard'

如果不行试试这个:

'vcf' => 'text/plain'

关于php - 代码点火器 : vcf mime type not detected in mac safari,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15241141/

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