> Thanks, I had a quick peek, but can't find any upload-related
> logic.
How about the component's Post method which is called in the btnGoClick
method?
>From the help:
++++++++++++++
TIdHTTP.Post - Send HTTP data to a web server or CGI program.
procedure Post(URL: string; const Source: TStrings; const AResponseContent:
TStream); overload;
procedure Post(URL: string; const Source: TStream; const AResponseContent:
TStream); overload;
...
Post is a procedure used to send the data in a HTTP request to a web server
or CGI program.
++++++++++++++
HTH
Paul.
---------------------------------------------------------------------------
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/