Reputation: 2741
One of my customers has problems with opening of word documents. He gets "Unknown file type" when he downloads a .docx file. He has Word 2003 with plugin for .docx compatibility installed. He uses IE7 if it does matter.
The document is been sent by
return File(stream, "application/docx", fileName);
How can I solve this problem?
Upvotes: 0
Views: 897