Can't open a PDF file with a single quote in the filename in broweser
I want to open a pdf file in browser (IE 6.0) by just typing in the path in the address bar. Say "c:\temp\ab'c.pdf". Which works always, xcept when the filename contains a single quote. IE just displays a blank page.
Any idea?
Veena
Answers (1)
0
Hi you can try with following Escape Sequence ,
c:\temp\ab''c.pdf
Just Try...!