Setting the src attribute of an IFrame to data:application/pdf;base64?

后端 未结 3 583
不思量自难忘°
不思量自难忘° 2021-01-25 03:38

Setting the src attribute of an IFrame to data:application/pdf;base64, isn\'t working for me, any ideas why?

Here\'s the .aspx markup

<%@ Page Languag         


        
3条回答
  •  旧巷少年郎
    2021-01-25 03:47

    As far as I know, IE doesn't handle the data: URL scheme at all, so I guess, it doesn't know what to pass to the PDF viewer. See WP.

    Cheers,

提交回复
热议问题