简体   繁体   中英

base64 pdf link not opening in firefox

I encoded a pdf into base64 and trying to load that base64encoded pdf in to browser like

  data = "data:application/pdf;base64,"+base64encodedpdf;
  window.open(data);

It is opening in chrome. But it is not opening in firefox.

pls help me.

You need to modify Firefox applications options From :

在此输入图像描述

To :

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM