Ok, I have a file I need to open on a local drive in Internet Explorer with a special character in the filename. i.e. (no pun intended):
c:/what%20file.html
The file actually has the %20 in the filename.
When IE tries to open it, it interprets the filename as:
c:/what%2520file.html
%25 being the special character for %
It works fine over a network when the path starts with http://
Any ideas? Fixes?
Thanks,
Shootsie
c:/what%20file.html
The file actually has the %20 in the filename.
When IE tries to open it, it interprets the filename as:
c:/what%2520file.html
%25 being the special character for %
It works fine over a network when the path starts with http://
Any ideas? Fixes?
Thanks,
Shootsie