javascript - Base64 Word document - image not displayed -


i receive wordprocessingdocument base64 web service.

i trying donwload in client side. (html/js)

javascript

var file = base64string; var url = 'data:application/msword;base64,' + file; window.location.href = url; 

the word downloading , evertyhing going except 1 thing. got 2 image, 1 template word , other 1 programmaticaly add. second 1 not displayed.

this image cannot displayed 

it maybe link "error" appears when download word

resource interpreted document transferred mime type application/msword: 


Comments