![]() |
new mimes - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: new mimes (/showthread.php?tid=15870) |
new mimes - El Forum - 02-17-2009 [eluser]Unknown[/eluser] hi, I'am new in the forum , but will contribute with the mimes.php, 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', new mimes - El Forum - 02-17-2009 [eluser]xwero[/eluser] Which browser returned these mimes and which other browsers did you test to return the mime of those files? new mimes - El Forum - 02-17-2009 [eluser]Derek Allard[/eluser] Welcome to CI Anderson, thanks for sharing. In addition to xwero's questions, what are those, a version of Office? Which version? new mimes - El Forum - 02-18-2009 [eluser]pistolPete[/eluser] [quote author="Derek Allard" date="1234941041"]... what are those, a version of Office? Which version?[/quote] These files are part of the Office Open XML specification, an invention by Microsoft which is used on Office 2007 (Windows) and Office 2008 (Mac). I did a quick test with a .docx file, Safari (3.2.1, Mac) did report the same mime type. |