RE: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-21 Thread Eric M Devlin
[mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 11:01 PM > To: Commons HttpClient Project > Subject: Re: PATCH > org.apache.commons.httpclient.methods.multipart.FilePart > > > Eric, > > You want to create the FilePart manually and then add it to the > Multipa

Re: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-20 Thread Adrian Sutton
ton [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:10 PM To: Commons HttpClient Project Subject: Re: PATCH org.apache.commons.httpclient.methods.multipart.FilePart Hi Eric, This isn't really something that should be included directly into HttpClient as HttpClient isn't

RE: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-20 Thread Eric M Devlin
ess. ;-> I think this is why I was putting the > contentType > determination in the FilePart class it self. Just let me know. > > Eric > > -Original Message- > From: Adrian Sutton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 11:10 PM > To: Commons Http

Re: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-19 Thread Michael Becke
PROTECTED] Sent: Wednesday, June 18, 2003 11:10 PM To: Commons HttpClient Project Subject: Re: PATCH org.apache.commons.httpclient.methods.multipart.FilePart Hi Eric, This isn't really something that should be included directly into HttpClient as HttpClient isn't intended to care about the ac

RE: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-19 Thread Eric M Devlin
27;s going to be pretty useless. ;-> I think this is why I was putting the contentType determination in the FilePart class it self. Just let me know. Eric -Original Message- From: Adrian Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:10

RE: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-19 Thread Kalnichevski, Oleg
PROTECTED] Sent: Thu 6/19/2003 17:16 To: Commons HttpClient Project Cc: Subject:Re: PATCH org.apache.commons.httpclient.methods.multipart.FilePart Hey Adrian, Thanks for responding. Contrib class would fine and I would be willing to do it. Do you have a suggestion on a name

Re: PATCH org.apache.commons.httpclient.methods.multipart.FilePart

2003-06-18 Thread Adrian Sutton
Hi Eric, This isn't really something that should be included directly into HttpClient as HttpClient isn't intended to care about the actual content it sends and receives but just takes care of the actual HTTP protocol side of things. Adding auto-mime type detection would mean we'd also hav