Atozed Forums
Http.sys incorrect with Decode Chinese directory - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Http.sys incorrect with Decode Chinese directory (/thread-704.html)



Http.sys incorrect with Decode Chinese directory - tonzizhou - 09-30-2018

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


RE: Http.sys incorrect with Decode Chinese directory - tonzizhou - 10-18-2018

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


RE: Http.sys incorrect with Decode Chinese directory - kudzu - 10-18-2018

For CG components I suggest to contact CG as they do not monitor our forums.


RE: Http.sys incorrect with Decode Chinese directory - tonzizhou - 11-23-2018

(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