Re: MultipartPostMethod Help!!

2004-01-13 Thread Oleg Kalnichevski
Stéphane, You can monitor the following bug report in order to track the progress of this feature implementation. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24504 Cheers, Oleg On Mon, 2004-01-12 at 19:45, Stéphane Houle wrote: Thank you Oleg Mark for your help!!! I'll write a

Re: MultipartPostMethod Help!!

2004-01-13 Thread Stéphane Houle
Thanks Oleg, I temporary fixed my problem but simply create my own class based on FilePart and I changed this method: /** * Write the disposition header to the output stream * @param out *The output stream * @throws IOException *If an IO problem occurs */ protected

Re: MultipartPostMethod Help!!

2004-01-12 Thread Stéphane Houle
Thank you Oleg Mark for your help!!! I'll write a workaround FilePart that do not convert the filename to us-ascii!!! Oleg: if you fix the problem, can you send an email to me or to the mailing list please! Thanks! Steph Oleg Kalnichevski wrote: Is it a requirement that Disposition

Re: MultipartPostMethod Help!!

2004-01-12 Thread Mark R. Diggory
You should send this to the HttpClient dev list. subscribe: [EMAIL PROTECTED] post: [EMAIL PROTECTED] It looks as though the name used for the file is currently converted to ascii bytes when the disposition header is written: in o.a.c.h.methods.multipart.FilePart: /** * Write the