podeig
podeig

Reputation: 2741

The user gets "Unknown file type" when open docx with Word 2003

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

Answers (1)

Husain Basrawala
Husain Basrawala

Reputation: 1751

try application/msword

See here

Upvotes: 1

Related Questions