일반적인 웹구현에서는 내려주는 정보의 MIME 타입을 설정하여 헤더정보를 전달하면, 클라이언트 브라우저가 이 타입값을 보고 어플리케이션을 시작해주는 것으로 알고 있습니다. 예를들면 '엑셀 다운로드' 버튼을 누르게되면 MIME타입으로 아래의 정보중 일부를 내려주는 것이죠.
Ext
|
MIME Type
|
.doc
|
application/msword
|
.dot
|
application/msword
|
.docx
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
.dotx
|
application/vnd.openxmlformats-officedocument.wordprocessingml.template
|
.docm
|
application/vnd.ms-word.document.macroEnabled.12
|
.dotm
|
application/vnd.ms-word.template.macroEnabled.12
|
.xls
|
application/vnd.ms-excel
|
.xlt
|
application/vnd.ms-excel
|
.xla
|
application/vnd.ms-excel
|
.xlsx
|
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
.xltx
|
application/vnd.openxmlformats-officedocument.spreadsheetml.template
|
.xlsm
|
application/vnd.ms-excel.sheet.macroEnabled.12
|
.xltm
|
application/vnd.ms-excel.template.macroEnabled.12
|
.xlam
|
application/vnd.ms-excel.addin.macroEnabled.12
|
.xlsb
|
application/vnd.ms-excel.sheet.binary.macroEnabled.12
|
.ppt
|
application/vnd.ms-powerpoint
|
.pot
|
application/vnd.ms-powerpoint
|
.pps
|
application/vnd.ms-powerpoint
|
.ppa
|
application/vnd.ms-powerpoint
|
.pptx
|
application/vnd.openxmlformats-officedocument.presentationml.presentation
|
.potx
|
application/vnd.openxmlformats-officedocument.presentationml.template
|
.ppsx
|
application/vnd.openxmlformats-officedocument.presentationml.slideshow
|
.ppam
|
application/vnd.ms-powerpoint.addin.macroEnabled.12
|
.pptm
|
application/vnd.ms-powerpoint.presentation.macroEnabled.12
|
.potm
|
application/vnd.ms-powerpoint.presentation.macroEnabled.12
|
.ppsm
|
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 |
'JSP > 마임 타입 설정' 카테고리의 다른 글
JSP xlsx 지원이 안되는 이유 (0) | 2015.02.24 |
---|