types mime application > 기술자료 | 해피정닷컴

types mime application > 기술자료

본문 바로가기

사이트 내 전체검색

types mime application > 기술자료

ClassicASP types mime application

페이지 정보


본문

content - MIME types for Office 2007 files

$UploadExts['docm'] = 'application/vnd.ms-word.document.macroEnabled.12';                         #
$UploadExts['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document';  # Word document
$UploadExts['dotm'] = 'application/vnd.ms-word.template.macroEnabled.12';                         #
$UploadExts['dotx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.template';  # Word document template
$UploadExts['potm'] = 'application/vnd.ms-powerpoint.template.macroEnabled.12';                   #
$UploadExts['potx'] = 'application/vnd.openxmlformats-officedocument.presentationml.template';    # Presentation template
$UploadExts['ppam'] = 'application/vnd.ms-powerpoint.addin.macroEnabled.12';                      #
$UploadExts['ppsm'] = 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12';                  #
$UploadExts['ppsx'] = 'application/vnd.openxmlformats-officedocument.presentationml.slideshow';   # Presentation sideshow
$UploadExts['pptm'] = 'application/vnd.ms-powerpoint.presentation.macroEnabled.12';               #
$UploadExts['pptx'] = 'application/vnd.openxmlformats-officedocument.presentationml.presentation'; # Presentation
$UploadExts['xlam'] = 'application/vnd.ms-excel.addin.macroEnabled.12';                           #
$UploadExts['xlsb'] = 'application/vnd.ms-excel.sheet.binary.macroEnabled.12';                    #
$UploadExts['xlsm'] = 'application/vnd.ms-excel.sheet.macroEnabled.12';                           #
$UploadExts['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet';        # Spreadsheet
$UploadExts['xltm'] = 'application/vnd.ms-excel.template.macroEnabled.12';                        #
$UploadExts['xltx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.template';     # Spreadsheet template


To permit the uploading of OpenOffice.org files, you should add the following lines to your local customization file:

$UploadExts['odb'] = 'application/vnd.oasis.opendocument.database';
$UploadExts['odc'] = 'application/vnd.oasis.opendocument.chart';
$UploadExts['odf'] = 'application/vnd.oasis.opendocument.formula';
$UploadExts['odg'] = 'application/vnd.oasis.opendocument.graphics';
$UploadExts['odm'] = 'application/vnd.oasis.opendocument.text-master';
$UploadExts['odp'] = 'application/vnd.oasis.opendocument.presentation';
$UploadExts['odp'] = 'application/vnd.oasis.opendocument.presentation';
$UploadExts['ods'] = 'application/vnd.oasis.opendocument.spreadsheet';
$UploadExts['odt'] = 'application/vnd.oasis.opendocument.text';
$UploadExts['otg'] = 'application/vnd.oasis.opendocument.graphics-template';
$UploadExts['oth'] = 'application/vnd.oasis.opendocument.text-web';
$UploadExts['otp'] = 'application/vnd.oasis.opendocument.presentation-template';
$UploadExts['ots'] = 'application/vnd.oasis.opendocument.spreadsheet-template';
$UploadExts['ott'] = 'application/vnd.oasis.opendocument.text-template';
$UploadExts['sda'] = 'application/vnd.stardivision.draw';
$UploadExts['sdc'] = 'application/vnd.stardivision.calc';
$UploadExts['sdd'] = 'application/vnd.stardivision.impress';
$UploadExts['sdf'] = 'application/vnd.stardivision.math';
$UploadExts['sds'] = 'application/vnd.stardivision.chart';
$UploadExts['sdw'] = 'application/vnd.stardivision.writer';
$UploadExts['sgl'] = 'application/vnd.stardivision.writer-global';


관련자료
http://www.pmwiki.org/wiki/Cookbook/UploadTypes

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 1 페이지
  • RSS
기술자료 목록
2641
그누보드   36  2024-11-26 21:14 ~ 2024-11-26 21:22  
2640
그누보드   84  2024-11-22 10:52 ~ 2024-11-22 11:03  
2639
호스팅   113  2024-11-19 14:41 ~ 2024-11-19 21:17  
2638
Linux   90  2024-11-18 15:45 ~ 2024-11-18 15:48  
2637
일반   94  2024-11-15 16:45 ~ 2024-11-15 16:46  
2636
Secure   143  2024-11-06 18:48 ~ 2024-11-06 18:50  
2635
영카트   285  2024-10-21 13:44 ~ 2024-10-21 19:42  
2634
전자결제   555  2024-09-05 09:30  
2633
MySQL   950  2024-03-29 14:14 ~ 2024-03-29 14:14  
2632
그누보드   1176  2024-02-23 18:40 ~ 2024-02-24 06:13  
2631
JavaScript   1278  2024-02-16 18:50 ~ 2024-02-16 20:37  
2630
Java   1228  2024-02-06 16:49  
2629
PHP   1398  2024-02-06 16:42  
2628
호스팅   1243  2024-01-29 12:54  
2627
PHP   1302  2024-01-26 11:04 ~ 2024-01-26 11:13  
2626
MySQL   1506  2024-01-08 17:37 ~ 2024-03-14 16:00  
2625
SQL   1612  2024-01-08 12:36  
2624
영카트   1674  2024-01-04 14:57  
2623
일반   2574  2023-12-15 18:33  
2622
Android   2061  2023-11-30 18:48 ~ 2023-11-30 19:41  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.