[android-developers] Re: Converting Bitmap to ASCII

2010-09-18 Thread Bret Foreman

http://en.wikipedia.org/wiki/MIME

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


[android-developers] Re: Converting Bitmap to ASCII

2010-09-17 Thread DanH
Use any of several binary to ASCII algorithms (such as base64).  Of
course, you have to convert it back on the other end.

On Sep 17, 2:20 am, perumal316 perumal...@gmail.com wrote:
 Hi All,

 I have a picture taken using the phone's camera and in bitmap format.
 I want to send it over HTTP usinf Http post in ASCII.

 Any idea how to do it?

 Thanks In Advance,
 Perumal

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