0

根据链接 Web Api won't download file using jQuery Ajax and Basic Auth whitch solution 对我有很大帮助,我想问一个问题:为什么向用户确认打开/保存文件不显示其名称(export_gui)但是控制器名称(在 IE 中:downloadget;在 chrome 中:“הורד 6”,不带扩展名 xls)?

谢谢

4

1 回答 1

0

我找到了解决方案:将此行添加到 DownloadController Get 方法:result.Content.Headers.ContentDisposition.FileName = fileName;

于 2014-05-08T09:25:28.977 回答