tags:

views:

14

answers:

2

hey,

how can i convert the image from jpeg to binary at sender side & binary to jpeg at reciver side???

A: 

Try searching for some JPEG Encoders written in J2ME. That will help you, however sending it via SMS is an overkill

Azlam
+1  A: 

It is not recommended to do it. Rather stream your image from mobile to your server using webservices and receive it from server from other device

org.life.java