All you need for multipart http messages is httpmime and mime4j. Everything else is available in the android. In some cases, you do need to tweak one of the classes, by extending it and overriding a method. Like, you can't do a setMimeType() on individual parts of the message, which you need when you upload pictures to Google Photos. This will be fixed in the next release of httpmime, or so I was told.
On Nov 5, 7:40 pm, "Declan Shanaghy" <[EMAIL PROTECTED]> wrote: > Alvin, > I have successfuly got multipart posts to work using the jars in this zip > file.http://www.shanaghy.com/wah/httpclient-jars.zip > > I also saw a post on another thread, someone provided this set of > jars.http://archive.apache.org/dist/httpcomponents/httpclient/binary/httpc... > > The jars I'm using are newer, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

