Line 83... |
Line 83... |
83 |
'.arj' => 'application/arj', // |
83 |
'.arj' => 'application/arj', // |
84 |
'.ccAD' => 'application/clariscad', // ClarisCAD files |
84 |
'.ccAD' => 'application/clariscad', // ClarisCAD files |
85 |
'.DRW' => 'application/drafting', // MATRA Prelude drafting |
85 |
'.DRW' => 'application/drafting', // MATRA Prelude drafting |
86 |
'.dxf' => 'application/dxf', // DXF (AutoCAD) |
86 |
'.dxf' => 'application/dxf', // DXF (AutoCAD) |
87 |
'.DXF' => 'application/dxf', // DXF (AutoCAD) |
87 |
'.DXF' => 'application/dxf', // DXF (AutoCAD) |
88 |
'.xl' => 'application/excel', // Microsoft Excel |
- |
|
89 |
'.unv' => 'application/i-deas', //SDRC I-DEAS files |
88 |
'.unv' => 'application/i-deas', //SDRC I-DEAS files |
90 |
'.UNV' => 'application/i-deas', //SDRC I-DEAS files |
89 |
'.UNV' => 'application/i-deas', //SDRC I-DEAS files |
91 |
'.igs' => 'application/iges', // IGES graphics format |
90 |
'.igs' => 'application/iges', // IGES graphics format |
92 |
'.iges' => 'application/iges', // IGES graphics format |
91 |
'.iges' => 'application/iges', // IGES graphics format |
93 |
'.IGS' => 'application/iges', // IGES graphics format |
92 |
'.IGS' => 'application/iges', // IGES graphics format |
94 |
'.IGES' => 'application/iges', // IGES graphics format |
93 |
'.IGES' => 'application/iges', // IGES graphics format |
95 |
'.hqx' => 'application/mac-binhex40', // Macintosh BinHex format |
94 |
'.hqx' => 'application/mac-binhex40', // Macintosh BinHex format |
96 |
'.word' => 'application/msword', // Microsoft Word |
95 |
'.word' => 'application/msword', // Microsoft Word |
97 |
'.w6w' => 'application/msword', // Microsoft Word |
96 |
'.w6w' => 'application/msword', // Microsoft Word |
98 |
'.doc' => 'application/msword', // Microsoft Word |
97 |
'.doc' => 'application/msword', // Microsoft Word |
- |
|
98 |
'.DOC' => 'application/msword', // Microsoft Word |
99 |
'.wri' => 'application/mswrite', // Microsoft Write |
99 |
'.wri' => 'application/mswrite', // Microsoft Write |
100 |
'.bin' => 'application/octet-stream', // Uninterpreted binary |
100 |
'.bin' => 'application/octet-stream', // Uninterpreted binary |
101 |
'.exe' => 'application/x-msdownload', // Windows EXE |
101 |
'.exe' => 'application/x-msdownload', // Windows EXE |
102 |
'.EXE' => 'application/x-msdownload', // Windows EXE |
102 |
'.EXE' => 'application/x-msdownload', // Windows EXE |
103 |
'.oda' => 'application/oda', // |
103 |
'.oda' => 'application/oda', // |
104 |
'.pdf' => 'application/pdf', // PDF (Adobe Acrobat) |
104 |
'.pdf' => 'application/pdf', // PDF (Adobe Acrobat) |
- |
|
105 |
'.PDF' => 'application/pdf', // PDF (Adobe Acrobat) |
105 |
'.ai' => 'application/postscript', // PostScript |
106 |
'.ai' => 'application/postscript', // PostScript |
106 |
'.PS' => 'application/postscript', // PostScript |
107 |
'.PS' => 'application/postscript', // PostScript |
107 |
'.ps' => 'application/postscript', // PostScript |
108 |
'.ps' => 'application/postscript', // PostScript |
108 |
'.eps' => 'application/postscript', // PostScript |
109 |
'.eps' => 'application/postscript', // PostScript |
109 |
'.prt' => 'application/pro_eng', // PTC Pro/ENGINEER |
110 |
'.prt' => 'application/pro_eng', // PTC Pro/ENGINEER |
Line 182... |
Line 183... |
182 |
'.pgm' => 'image/x-portable-graymap', // PBM Graymap format |
183 |
'.pgm' => 'image/x-portable-graymap', // PBM Graymap format |
183 |
'.ppm' => 'image/x-portable-pixmap', // PBM Pixmap format |
184 |
'.ppm' => 'image/x-portable-pixmap', // PBM Pixmap format |
184 |
'.rgb' => 'image/x-rgb', // RGB Image |
185 |
'.rgb' => 'image/x-rgb', // RGB Image |
185 |
'.xbm' => 'image/x-xbitmap', // X Bitmap |
186 |
'.xbm' => 'image/x-xbitmap', // X Bitmap |
186 |
'.xpm' => 'image/x-xpixmap', // X Pixmap |
187 |
'.xpm' => 'image/x-xpixmap', // X Pixmap |
- |
|
188 |
'.xl' => 'application/excel', // Microsoft Excel |
- |
|
189 |
'.xls' => 'application/excel', // Microsoft Excel |
- |
|
190 |
'.XLS' => 'application/excel', // Microsoft Excel |
187 |
'.xwd' => 'image/x-xwindowdump', // X Windows dump (xwd) format |
191 |
'.xwd' => 'image/x-xwindowdump', // X Windows dump (xwd) format |
188 |
'.zip' => 'multipart/x-zip', // PKZIP Archive |
192 |
'.zip' => 'multipart/x-zip', // PKZIP Archive |
189 |
'.gzip' => 'multipart/x-gzip', // GNU ZIP Archive |
193 |
'.gzip' => 'multipart/x-gzip', // GNU ZIP Archive |
190 |
'.mpeg' => 'video/mpeg', // MPEG video |
194 |
'.mpeg' => 'video/mpeg', // MPEG video |
191 |
'.mpg' => 'video/mpeg', // MPEG video |
195 |
'.mpg' => 'video/mpeg', // MPEG video |