javascript - blob url in ie is not working -
i want dispaly pdf in ie10 or ie11 using blob url.
these used construct blob urls
var url = url.createobjecturl(blob)
blob url created using createobjecturl()
not able generate proper blob url in ie , firefox. works in chrome.
but adobe has removed pdf plugin support chrome.
is there other way display blob url in other createobjecturl
method?
look @ this link. have viewer can render blobs.
note: ie work wrap blob url in encodeuricomponent()
before passing viewer such this:
'http://viewer.html?file=' + encodeuricomponent(bloburl)
Comments
Post a Comment