Hello Bruce and all others,
this files exists on my HDD
file:///G:/KiK_Braun_AD_Images/KiK_5_AD_AT_v2940/KiKSOAPServer/web/PDF/AT/Calciumgluconat B.Braun 10% Injektionsl?sung.pdf
and when typed into the address field of Edge, its gets fetch okay, however the URL itself has changed to
file:///G:/KiK_Braun_AD_Images/KiK_5_AD_AT_v2940/KiKSOAPServer/web/PDF/AT/Calciumgluconat%20B.Braun%2010%25%20Injektionsl?sung.pdf
No problem so far.
However, when I look up for
http://127.0.0.1:80/pdf/AT/Calciumgluconat B.Braun 10% Injektionsl?sung.pdf (that ? ought to be ö)
then Edges opens Bing, Firefox responds with a 404.
Others files, without % but with ?, get displayed. (that ? ought to be ö)
Kaliumchlorid B.Braun 74,5 mg/ml.pdf gets converted to and displayed okay like
http://127.0.0.1/pdf/AT/Kaliumchlorid%20B.Braun%2074,5%20mgml.pdf (note the / in mg/ml)
and also
http://127.0.0.1/pdf/AT/Kaliumchlorid B.Braun 74,5 mgml.pdf (note the / in mg/ml)
What might the reason and how could I fix this?
Would Stringtheory.URLDecode(..., ...) help? I just guess, because I do not understand what it is doing. But Decode sounds nice. <g>
Despite ist nice sounding name, it did not work the way I hoped, when I tried
st.setvalue(field)
st.URLDecode('%', '%') ! hoping that % gets swapped with %
Thanks in advance
Wolfgang