Welcome Guest, Not a member yet? Register   Sign In
Problem uploading doc file
#11

[eluser]danmontgomery[/eluser]
http://ellislab.com/forums/viewthread/145828/
#12

[eluser]wakey[/eluser]
Thanks for your help everyone turns out all of the files with a doc extension that I was trying to upload had a mime type of - application/x-msword.

I had not come across this mime type whilst trying to solve it but looks like this is the fix. Any idea why the documents all have different mime types?
#13

[eluser]crojac[/eluser]
Read my discovery. Good and bad news

http://ellislab.com/forums/viewthread/146338/
#14

[eluser]Unknown[/eluser]
open application/config/mimes.php

change the line with 'docx' like this

'docx' => array('application/vnd.openxmlformats-officedocument.wordprocessingml.document','application/octet-stream'),




Theme © iAndrew 2016 - Forum software by © MyBB