Re: File Uploading using HttpClient

2004-10-20 Thread IndianAtTech
To Ortwin and Oleg, I understand what you are saying. Thanks for info Best Regards Sudhakar Chavali On Wed, 20 Oct 2004 12:00:32 +0200, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Wed, 2004-10-20 at 11:50, Michael McGrady wrote: > > Not sure what you are saying here, Gluck. Can you e

Re: File Uploading using HttpClient

2004-10-20 Thread Oleg Kalnichevski
On Wed, 2004-10-20 at 11:50, Michael McGrady wrote: > Not sure what you are saying here, Gluck. Can you explain? I > personally see these two implementations as competing applications. Michael, These are complementary technologies. FileUpload implements the receiving/decoding logic, whereas Htt

Re: File Uploading using HttpClient

2004-10-20 Thread Ortwin Glück
Michael McGrady wrote: Not sure what you are saying here, Gluck. Can you explain? I personally see these two implementations as competing applications. Michael McGrady Michael, (My first name is Ortwin btw) No they are not competing but they are complementary. You would use HttpClient to read

Re: File Uploading using HttpClient

2004-10-20 Thread Michael McGrady
Not sure what you are saying here, Gluck. Can you explain? I personally see these two implementations as competing applications. Michael McGrady Ortwin Glück wrote: IndianAtTech wrote: OK, Thanks for the Information. I have found FileUpload API from Jakarta commons project Why do we have 2 A

Re: File Uploading using HttpClient

2004-10-20 Thread Ortwin Glück
IndianAtTech wrote: OK, Thanks for the Information. I have found FileUpload API from Jakarta commons project Why do we have 2 API for Uploading from Same project 1. MultipartFileUpload - (Jakarta-commons)HttpClient - Project This is a client side interface to upload to a server. 2. FileUpload -

Re: File Uploading using HttpClient

2004-10-20 Thread IndianAtTech
OK, Thanks for the Information. I have found FileUpload API from Jakarta commons project Why do we have 2 API for Uploading from Same project 1. MultipartFileUpload - (Jakarta-commons)HttpClient - Project 2. FileUpload - (Jakarta Commons) Instead of having 2 API from Same project, why we d

Re: File Uploading using HttpClient

2004-10-20 Thread Oleg Kalnichevski
Sudhakar, Here's a few sample apps that you may find useful: http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/?only_with_tag=HTTPCLIENT_2_0_BRANCH I do not know of a good comparison of HttpClient vs. competition concentrating primarily on the file upload functionality.

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 -