multipart/mixed and using mime part's charset in Content-Disposition

2010-06-06 Thread Saisatish vedam
Hi, I need to construct a multipart/mixed request with (a) Set Content-type hdr (along with charset) for individual mime part (b) Encode filename in the Content-Disposition hdr's using that charset (ex: for multibyte file names). Using http-components 4.0, I extended MultiPartEntity (generateCont

Re: multipart/mixed and using mime part's charset in Content-Disposition

2010-06-07 Thread Oleg Kalnichevski
On Mon, 2010-06-07 at 11:52 +0530, Saisatish vedam wrote: > Hi, > > I need to construct a multipart/mixed request with > (a) Set Content-type hdr (along with charset) for individual mime part > (b) Encode filename in the Content-Disposition hdr's using that charset (ex: > for multibyte file names)

Re: multipart/mixed and using mime part's charset in Content-Disposition

2010-06-07 Thread Saisatish vedam
On Mon, Jun 7, 2010 at 6:48 PM, Oleg Kalnichevski wrote: > On Mon, 2010-06-07 at 11:52 +0530, Saisatish vedam wrote: > > Hi, > > > > I need to construct a multipart/mixed request with > > (a) Set Content-type hdr (along with charset) for individual mime part > > (b) Encode filename in the Content

Re: multipart/mixed and using mime part's charset in Content-Disposition

2010-06-08 Thread Oleg Kalnichevski
On Tue, 2010-06-08 at 11:02 +0530, Saisatish vedam wrote: > On Mon, Jun 7, 2010 at 6:48 PM, Oleg Kalnichevski wrote: > > > On Mon, 2010-06-07 at 11:52 +0530, Saisatish vedam wrote: > > > Hi, > > > > > > I need to construct a multipart/mixed request with > > > (a) Set Content-type hdr (along with