[android-developers] Re: A noob question about MultipartEntity

2011-10-11 Thread routis
thank you for your response On 10월12일, 오전5시07분, Paul Turchenko wrote: > well, there's nothing special in multipart. You can use apache mime > library in your prroject or implement multipart yourself. > > On Oct 10, 6:58 am, routis wrote: > > > > > > > > > Hi I guess this is a stupid noob questio

[android-developers] Re: A noob question about MultipartEntity

2011-10-11 Thread Paul Turchenko
well, there's nothing special in multipart. You can use apache mime library in your prroject or implement multipart yourself. On Oct 10, 6:58 am, routis wrote: > Hi I guess this is a stupid noob question but I want to know why > Android framework does not provide with MultipartEntity class and if