javascript - Show MS office docs in browser -


I get a return from JS servers as webservices and a binary file that represents Word docx There is a way to show an embedded object in the webpage in some way, although I can not find the solution to find out how. Found:

This type of work but I think the plugin is missing when the office on my PC is installed.

What I try to do is equal to what I do with images:

  var $ image = $ ("& lt; img / & gt; ; ", {Src:" data: "+ files._type +"; base64, "+ files._thumb, id:" img_ "+ Files.id, title: files.name}}  

The one that I have tried is on the link but get the missing plugin. I have binary data on the customer and what I can do with it, but cant see it in the page, but the code behind it


Comments