Board index » delphi » Post a File via HTTP

Post a File via HTTP

I want upload a file to a web server with HTTP.

I heard that before calling posting method, I must encode the fiile into
MIME type.

Is there any example to post a file?

Thanks in advance.

 

Re:Post a File via HTTP


m...@kwonyongkil.pe.kr (Kwon, Yongkil) wrote in <8lp60m$adj4
@bornews.borland.com>:

Quote
>I want upload a file to a web server with HTTP.

>I heard that before calling posting method, I must encode the fiile into
>MIME type.

>Is there any example to post a file?

Not currently. Your not looking for POST, you're looking for PUT.

--
Chad Z. Hower (Kudzu) - Church Hill, TN - Nevrona Designs / Team Winshoes
          "Programming is an art form that fights back"
Forget the Y2K problem, Lets fix the W2K problem. (I suggest Linux)
http://www.pbe.com/Kudzu/ - Free Delphi/CBuilder components and articles
http://www.pbe.com/Kudzu/Internet/ - Everything Internet for Delphi / CB

Other Threads