Hi All,

I am developing a Android Client which will ipload files to a server
using HTTPS POSRT with Multipart.
As i have read  there are two ways to do this:

1. Use HttpURLCoennection and embed the multipart data and then send
it.
2. Use Apache provided mime for multipart and then use HTTPClient.

What is the recommeneded way from above.

I have read that

HTTPURLConnection is buggy in android
and the post implementatino is not that clean as we have to literally
create the data stream with boundaries.

HTTPClient: the code is cleaner and fewer :) , but we have add extra
jar file for multipart support.

Any recommenation in this will be helpful.

Thanks,
Prabhu

-- 
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