Forum Discussion
souravbaghel786
Aug 09, 2024Copper Contributor
Not able to open files in IE mode
I've been trying to open a local pdf file in IE mode, every time I try to reload the file in internet explorer mode this dialogue is appearing. It says to open or save the file, If I'm trying to open...
CharlotteAnderson
Aug 29, 2024Copper Contributor
To open a local PDF in IE mode within Microsoft Edge, you can't directly open local files due to IE mode's limitations. Instead, host the PDF on a local server like XAMPP or WAMP, then access it via a URL (like http://localhost/yourfile.pdf) and try loading that URL in IE mode in Edge. This approach simulates how IE mode is intended to work with web-hosted content, rather than directly opening local files.