简体   繁体   English

使用Word 2003打开docx时,用户将获得“未知文件类型”

[英]The user gets “Unknown file type” when open docx with Word 2003

One of my customers has problems with opening of word documents. 我的一位客户在打开Word文档时遇到问题。 He gets "Unknown file type" when he downloads a .docx file. 下载.docx文件时,他得到“未知文件类型”。 He has Word 2003 with plugin for .docx compatibility installed. 他安装了Word 2003,并安装了用于.docx兼容性的插件。 He uses IE7 if it does matter. 如果确实重要,他将使用IE7。

The document is been sent by 该文档是由发送的

return File(stream, "application/docx", fileName);

How can I solve this problem? 我怎么解决这个问题?

try application/msword 尝试application/msword

See here 看这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM