Download station mime attribute settings (to make the file downloadable)

10521 단어 downloadMIME
In order to support more formats, some download sites generally support the download of commonly used compressed package files such as rar and zip. For many files such as iso, they do not support downloading. In fact, you can set mime.

General software download

.torrent
application/octet-stream

.7z
application/octet-stream

.iso
application/octet-stream
Mobile related types:
.apk
application/vnd.android.package-archive

.ded
application/vnd.iphone

.dmg
application/octet-stream

.ipa
application/vnd.iphone

.app

application/vnd.iphone

.pxl
application/vnd.iphone
Let iis support flv playback
.flv
flv-application/octet-stream
IIS has encountered a problem that the file cannot be downloaded. In order to allow IIS to download the file with the extension INI, we need to do this: (the name of the English version is in brackets)

Open "IIS Manager (Internet Information Services (IIS) Manager)"

Choose to your site. Right-click. Select "Properties"

Click on the "HTTP Header (HTTPHeaders)"tab

Click on MIME Types (MIMETypes)

Click on "NEW"

In the "Extension"box, enter the file extension, here is ini

In the MIMETypes box, enter a description for the extension. The input here is application/octet-stream

explain:

The purpose of entering application/octet-stream in MIMETypes is to make IIS treat the INI file as an EXE, and a download prompt will appear.

Otherwise, a 404 prompt will appear or the content will be displayed directly in the browser. Neither can achieve our purpose.

All types of additional mime
file type MIME type
ai application/postscript
aif audio/x-aiff
aifc audio/x-aiff
aiff audio/x-aiff
asc text/plain
atom application/atom+xml
au audio/basic
avi video/x-msvideo
bcpio application/x-bcpio
bin application/octet-stream
bmp image/bmp
cdf application/x-netcdf
cgm image/cgm
class application/octet-stream
cpio application/x-cpio
cpt application/mac-compactpro
csh application/x-csh
css text/css
dcr application/x-director
dif video/x-dv
dir application/x-director
djv image/vnd.djvu
djvu image/vnd.djvu
dll application/octet-stream
dmg application/octet-stream
dms application/octet-stream
doc application/msword
dtd application/xml-dtd
dv video/x-dv
dvi application/x-dvi
dxr application/x-director
eps application/postscript
etx text/x-setext
exe application/octet-stream
ez application/andrew-inset
gif image/gif
gram application/srgs
grxml application/srgs+xml
gtar application/x-gtar
hdf application/x-hdf
hqx application/mac-binhex40
htm text/html
html text/html
ice x-conference/x-cooltalk
ico image/x-icon
ics text/calendar
ief image/ief
ifb text/calendar
iges model/iges
igs model/iges
jnlp application/x-java-jnlp-file
jp2 image/jp2
jpe image/jpeg
jpeg image/jpeg
jpg image/jpeg
js application/x-javascript
kar audio/midi
latex application/x-latex
lha application/octet-stream
lzh application/octet-stream
m3u audio/x-mpegurl
m4a audio/mp4a-latm
m4b audio/mp4a-latm
m4p audio/mp4a-latm
m4u video/vnd.mpegurl
m4v video/x-m4v
mac image/x-macpaint
man application/x-troff-man
mathml application/mathml+xml
me application/x-troff-me
mesh model/mesh
mid audio/midi
midi audio/midi
mif application/vnd.mif
mov video/quicktime
movie video/x-sgi-movie
mp2 audio/mpeg
mp3 audio/mpeg
mp4 video/mp4
mpe video/mpeg
mpeg video/mpeg
mpg video/mpeg
mpga audio/mpeg
ms application/x-troff-ms
msh model/mesh
mxu video/vnd.mpegurl
nc application/x-netcdf
oda application/oda
ogg application/ogg
pbm image/x-portable-bitmap
pct image/pict
pdb chemical/x-pdb
pdf application/pdf
pgm image/x-portable-graymap
pgn application/x-chess-pgn
pic image/pict
pict image/pict
png image/png
pnm image/x-portable-anymap
pnt image/x-macpaint
pntg image/x-macpaint
ppm image/x-portable-pixmap
ppt application/vnd.ms-powerpoint
ps application/postscript
qt video/quicktime
qti image/x-quicktime
qtif image/x-quicktime
ra audio/x-pn-realaudio
ram audio/x-pn-realaudio
ras image/x-cmu-raster
rdf application/rdf+xml
rgb image/x-rgb
rm application/vnd.rn-realmedia
roff application/x-troff
rtf text/rtf
rtx text/richtext
sgm text/sgml
sgml text/sgml
sh application/x-sh
shar application/x-shar
silo model/mesh
sit application/x-stuffit
skd application/x-koan
skm application/x-koan
skp application/x-koan
skt application/x-koan
smi application/smil
smil application/smil
snd audio/basic
so application/octet-stream
spl application/x-futuresplash
src application/x-wais-source
sv4cpio application/x-sv4cpio
sv4crc application/x-sv4crc
svg image/svg+xml
swf application/x-shockwave-flash
t application/x-troff
tar application/x-tar
tcl application/x-tcl
tex application/x-tex
texi application/x-texinfo
texinfo application/x-texinfo
tif image/tiff
tiff image/tiff
tr application/x-troff
tsv text/tab-separated-values
txt text/plain
ustar application/x-ustar
vcd application/x-cdlink
vrml model/vrml
vxml application/voicexml+xml
wav audio/x-wav
wbmp image/vnd.wap.wbmp
wbmxl application/vnd.wap.wbxml
wml text/vnd.wap.wml
wmlc application/vnd.wap.wmlc
wmls text/vnd.wap.wmlscript
wmlsc application/vnd.wap.wmlscriptc
wrl model/vrml
xbm image/x-xbitmap
xht application/xhtml+xml
xhtml application/xhtml+xml
xls application/vnd.ms-excel
xml application/xml
xpm image/x-xpixmap
xsl application/xml
xslt application/xslt+xml
xul application/vnd.mozilla.xul+xml
xwd image/x-xwindowdump
xyz chemical/x-xyz
zip application/zip
For more Mime types, please refer to:
php file format (mime type) comparison table


Configure the mime attribute of the mobile download site under iis

The configuration of mobile download sites is very troublesome because it needs to add a lot of download formats (such as downloading Fetion mobile client installation package)
In this way, mobile phone players can download mobile phone pictures, ringtones, programs and other resources through your WAP site

Let IIS server support sis, SISX, 3GP, ADP, AMR, JAD, JAR, MMF, MFM, PMD, UMD and other file downloads


Windows 2003 server configures the MIME type of IIS
Open Internet Service Manager Internet Service Manager-->Website Properties-->HTTP Header (MIME Mapping)-->New

Or enter "inetmgr"in CMD-RUN

Add the following content type (MIME) association extensions
text/vnd.wap.wml wml
image/vnd.wap.wbmp wbmp
text/vnd.wap.wmls wmls
application/vnd.wap.wmlc wmlc
application/vnd.wap.wmlscriptc wmlsc
text/vnd.wap.wmlscript wsc
text/vnd.wap.wmlscript wmlscript
If you need to support java download: need to add in iis
.jad text/vnd.sun.j2me.app-descriptor
.jar application/java-archive
Most of Nokia's Symbian phones need to support sis file download: need to add in iis
.sis application/vnd.symbian.install
.SISX application/vnd.symbian.install
If you want to support IPK file support for Android Google operating system, you need to add
.apk application/vnd.android
If you want to support Iphone mobile phone support, you need to add the following format
.ipa application/vnd.iphone
.pxl application/vnd.iphone
.ded application/vnd.iphone
.app application/vnd.iphone
If you want to support Windows mobile phones, such as HTC phones, you need to add the following format
.cab application/vnd.smartpohone
Download WAP server
--------------------------------
.mmf audio/mmf
.mfm audio/mfm
.pmd audio/pmd
.adp audio/adp
.amr audio/amr
.pmdaudio/pmd
.3gp video/3gpp
.cab application/vnd.smartpohone
.gif image/gif
.ipa application/vnd.iphone
.pxl application/vnd.iphone
.ded application/vnd.iphone
.app application/vnd.iphone
.hme application/vnd.smartphone.thm
.jad text/vnd.sun.j2me.app-descriptor
.jar application/java-archive
.jpg image/jpeg
.mid audio/midi
.mp3 audio/x-mpeg
.mp4 video/mp4
.ogg application/ogg
.pdb application/ebook
.rm video/rm
.rng application/vnd.nokia.ringing-tone
.sdt application/vnd.sie.thm
.sis application/vnd.symbian.install
.apk application/vnd.android
.thm application/vnd.eri.thm
.tsk application/vnd.ppc.thm
.umd application/umd
.utz application/vnd.uiq.thm
.wav audio/x-wav
.wbmp image/vnd.wap.wbmp
.wml text/vnd.wap.wml
.wmlc application/vnd.wap.wmlc
.wmls text/vnd.wap.wmlscript
.wmlsc application/vnd.wap.wmlscriptc
.wmv video/x-ms-wmv
.wsc application/vnd.wap/wmlscriptc
-------------------------------------------------- ------------------
General WAP server
.wbmp image/vnd.wap.wbmp
.wml text/vnd.wap.wml
.wmlc application/vnd.wap.wmlc
.wmls text/vnd.wap.wmlscript
.wmlsc application/vnd.wap.wmlscriptc
.wmv video/x-ms-wmv
.wsc application/vnd.wap/wmlscriptc
.gif image/gif
.jpg image/jpeg
.bmp image/bmp 

좋은 웹페이지 즐겨찾기