Discussion:
HTML Post
(too old to reply)
Bob Newman
2008-08-05 10:02:09 UTC
Permalink
I need to upload a file using a HTML Post. Whats the best method or
component to use to do this. I have Delphi 7 Pro and Indy components. First
time so just need a point in the right direction. Thanks.
Remy Lebeau (TeamB)
2008-08-05 18:29:59 UTC
Permalink
Post by Bob Newman
I need to upload a file using a HTML Post. Whats the best method
or component to use to do this. I have Delphi 7 Pro and Indy components.
Indy has a TIdHTTP component, which has a Post() method. Use the
TIdMultipartFormDataStream class to upload files with it.


Gambit

Loading...