You can use the TIdHTTP component (part of Indy components). There is a good 
sample application under the Indy install directory showing you how to write 
an HTTP client app - from memory it shows both text and binary data 
send/receive (look at the TIdHTTP.Post() method).

On the ASP side you can do a Response.BinaryWrite() for streams or 
Response.Write() for text.

HTH
Xander


>From: "Jason Coley" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
>Subject: [DUG]:  How to talk to web asp page to get info back to delphi 
>App?
>Date: Fri, 3 Aug 2001 10:08:51 +1200
>
>I have never used delphi to get web info before, so how do I go about
>using D5 to send an asp url and get the stream back, so I can parse it
>into meaningful text?
>What controls do I use?
>
>Jason
>---------------------------------------------------------------------------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>To UnSub, send email to: [EMAIL PROTECTED]
>with body of "unsubscribe delphi"
>Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to