什么是TTF文件的MIME类型? [英] What is the MIME type for TTF files?

查看:1042
本文介绍了什么是TTF文件的MIME类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找不到TrueType字体的正确MIME类型。我需要它,因为我正在使用文件上传类(CodeIgniter)上传文件,并且我想只允许TTF上传。试过这个:

 'ttf'=> 'font / ttf'
'ttf'=> 'font / truetype'

没有成功。

有什么想法?

解决方案

TTF没有分配MIME类型。您将不得不使用更通用的 application / octet-stream ,它用于表示没有指定MIME类型的二进制数据。


I can't find correct MIME type for TrueType fonts. I need it because I'm using File Uploading Class (CodeIgniter) to upload files, and I want to allow only TTF to be uploaded. Tried this:

'ttf'   =>  'font/ttf'
'ttf'   =>  'font/truetype'

With no success.

Any ideas ?

解决方案

TTF does not have a MIME type assigned. You'll have to use the more general application/octet-stream, which is used to indicate binary data with no assigned MIME type.

这篇关于什么是TTF文件的MIME类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆