Do you have any examples of how to use THttpCli for tasks like this?
/Perry
Arno Garrels wrote:
>Public wrote:
>
>
>>Hello,
>>
>>I would like to download a webpage, including all its pictures, to my
>>local harddrive.
>>I will later use the local
Hello,
I would like to download a webpage, including all its pictures, to my
local harddrive.
I will later use the local file and display this in a Twebbrowser.
How can I do this?
Which components do you recommend me to use?
/Perry Jönsson
--
To unsubscribe or change your settings for TWSocket
Hello,
This is not directly a ICS question or issue however someone here might
have experience and may guide me.
Has anyone ever developed a Z39.50 client?
A client that can search for a book in a public library's database.
If so, please contact me directly.
Regards
Perry Jönsson
-
Thanks, now it works.
I did URLEncode on sData, URLEncode(sData);
/Perry
Francois PIETTE wrote:
>Try like this:
>
> sData := 'CustomerNo=' + UrlEncode(MainWnd.FCustomerNumber) + '&' +
>'Pwd=' + UrlEncode(MainWnd.FPwd) + '&' +
>'Subject=' + UrlEncode(dbEditSubject.Tex
mework, freeware)
>http://www.overbyte.be
>
>
>- Original Message -
>From: "Public" <[EMAIL PROTECTED]>
>To: "ICS support mailing"
>Sent: Tuesday, September 20, 2005 1:51 PM
>Subject: Re: [twsocket] HTTPCli.Post - removing spaces!
>
&
ECTED]
>Author of ICS (Internet Component Suite, freeware)
>Author of MidWare (Multi-tier framework, freeware)
>http://www.overbyte.be
>
>
>- Original Message -
>From: "Public" <[EMAIL PROTECTED]>
>To:
>Sent: Tuesday, September 20, 2
Hello,
I am using HTTPCli to post data to a web-site.
Example code is:
sData := 'CustomerNo=' + MainWnd.FCustomerNumber + '&' +
'Pwd=' + MainWnd.FPwd + '&' +
'Subject=' + dbEditSubject.Text;
HttpCli1.SendStream := TMemoryStream.Create;
HttpCli1.SendStre