Вот мой код для рендеринга Word Document:
function openDoc(documentPath, ext) { var doc = "http://localhost:8080/content/target/cache/b3/96/04/b39604c5-be78-4c27-8b7e-a0fcf9c3587a.docx"; win.document.write('<iframe style="border:0; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%;" src=""></iframe>'); win.document.getElementsByTagName('iframe')[0].src = "https://view.officeapps.live.com/op/embed.aspx?src=" + doc ; }
Если я сразу перехожу к "http://localhost:8080/content/target/cache/b3/96/04/b39604c5-be78-4c27-8b7e-a0fcf9c3587a.docx",, я могу открыть файл в слове, но в Microsoft Office Viewer я получаю" Произошла ошибка". Может кто-нибудь объяснить мне, почему я не могу открыть этот файл онлайн?