我从网络服务中收到WordProcessingDocument
作为base64。
我现在正尝试在客户端下载它。 (HTML / JS)
的Javascript
var file = base64String;
var url = 'data:application/msword;base64,' + file;
window.location.href = url;
这个词实际上是下载的,除了一件事外,evertyhing进展顺利。 我有2个图像,一个来自模板字,另一个是我编程添加的。 第二个不显示。
This image cannot currently be displayed
它可能链接到这个"错误"当我下载单词
时出现Resource interpreted as Document but transferred with MIME type application/msword: