I want to open my pdf file. I am using iframe:
var url = 'C:\Users\Desktop\NewFile\example.pdf';
iframe.attr('src', url);
the problem is here when I use my local path iframe is not working but when I use link it is working.
I want to open my pdf file. I am using iframe:
var url = 'C:\Users\Desktop\NewFile\example.pdf';
iframe.attr('src', url);
the problem is here when I use my local path iframe is not working but when I use link it is working.