Hi, In my application I want to encode image in Base64 format and send
it to server. If image is too big then I am encoding in parts (say
read first 100 kb of image encode it) and send it to server then after
that read next 100kb of image and send it to server.
       It is possible on server to decode  that parts of image. Join
them and create image?

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