Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Http.sys incorrect with Decode Chinese directory
#1
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
Reply
#2
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
Reply
#3
For CG components I suggest to contact CG as they do not monitor our forums.
Reply
#4
Wink 
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)