Hey,

Instead of including the jars files you can use the http multipart
classes defined in android but declared as internal, so you cannot use
them directly, you have to download them from the android source code
(http://android.git.kernel.org/?p=platform/frameworks/
base.git;a=tree;f=core/java/com/android/internal/http/
multipart;hb=54b6cfa9a9e5b861a9930af873580d6dc20f773c) and add them to
your project. Some basics modifications must be performed before using
them, nothing difficult (change the packages name, remove all logger
calls). It works perfectly for me.

I hope this could help somebody,

Julien.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to