Re: File Uploading using HttpClient

2004-10-20 Thread IndianAtTech
gt; > Hope this clarifies things a little > > Oleg > > > > > Michael McGrady > > > > Ortwin Glück wrote: > > > > > > > > > > > IndianAtTech wrote: > > > > > >> OK, > > >> > > >> Thanks for

Re: File Uploading using HttpClient

2004-10-20 Thread IndianAtTech
16.html#compare > > Oleg > > On Wed, 2004-10-20 at 08:19, IndianAtTech wrote: > > Hi ALL, > > > > I would like to have a working example that helps me to understand the > > upload concept using HttpClient. > > > > I also wanted to know Pros and Con

File Uploading using HttpClient

2004-10-19 Thread IndianAtTech
Hi ALL, I would like to have a working example that helps me to understand the upload concept using HttpClient. I also wanted to know Pros and Cons of HttpClient against other API that supports Uploading file. Regards Sudhakar Koundinya -

Re: Is it possible to send and email using HTTPCLIENT?

2004-10-19 Thread IndianAtTech
HttpClient is specific to Http/hhtps protocols. You can't send messages to email server using Http client. You need to have local SMTP mail server/SMTP mail server provided by your ISP configured to your java application for sending the messages to external server. This code example might help