Atozed Forums

Full Version: Http.sys incorrect with Decode Chinese directory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
procedure TIWForm1.IWCGJQFileTree1JQFileTreeOptionsFileClick(Sender: TObject;
AParams: TStringList);
var
LFilePath: string;
LRoot: string;
begin
LFilePath := AParams.Values['filePath'];
WebApplication.ShowMessage(LFilePath); // OK with Indy mode, but Error Info with Httpsys mode
...

Error Info

Cannot find submit component. (undefined)

Use iw15.0.14
CgJqFileTree not work
For CG components I suggest to contact CG as they do not monitor our forums.
(10-18-2018, 02:08 PM)kudzu Wrote: [ -> ]For CG components I suggest to contact CG as they do not monitor our forums.

The problem has been solved in this edition(15.0.16), but it's been a long time. Rolleyes