Re: HTTP Client File Upload Question

2004-09-25 Thread Nigel Rantor
Hello again, I found the problem, elsewhere, so I formally apologise for wasting time and impugning the reputation the httpclient code. :-) N - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: HTTP Client File Upload Question

2004-09-25 Thread Nigel Rantor
Oleg Kalnichevski wrote: Nigel, Try setting Parts' transfer-encoding and charset to null and see if that makes any difference. http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/methods/multipart/PartBase.html#setTransferEncoding(java.lang.String) Thanks for the

HTTP Client File Upload Question

2004-09-23 Thread Nigel Rantor
Hi all, I'm being bitten by a weird bug and I have a feeling it's because I'm not sure about content-transfer encodings vs charsets. I'm using httpclient 2 to upload to a perl CGI. Uploading from a browser works fine. Uploading from my program works fine for text files. Uploading from my program