09-30-2018, 12:11 AM
Hi,
Thanks for Help me to Register forums.
I using IW15.0.13 with Delphi 10.2.3 Tokyo, I have made a test case with a very simple form for show a normal PDF with http.sys on IW,
{$IFDEF SA-HttpSys} //15.0.13
addr := TIdURI.URLDecode(addr); //Decode Chinese directory and PDF file
{$ENDIF}
WebApplication.ShowMessage(addr);// displaying correct。
IWURLWindow1.URI := addr; //404 error, PDF can not show, but all works as expected with Indy.
Any ideas?
Thank
Thanks for Help me to Register forums.
I using IW15.0.13 with Delphi 10.2.3 Tokyo, I have made a test case with a very simple form for show a normal PDF with http.sys on IW,
{$IFDEF SA-HttpSys} //15.0.13
addr := TIdURI.URLDecode(addr); //Decode Chinese directory and PDF file
{$ENDIF}
WebApplication.ShowMessage(addr);// displaying correct。
IWURLWindow1.URI := addr; //404 error, PDF can not show, but all works as expected with Indy.
Any ideas?
Thank