i want to know how to convert image to base64 string in java.
thanks and advance..
Have a look at:
The example at exampledepot.com
or Base64Coder - an open-source Base64 encoder/decoder in Java
or the Base64 class in the org.apache.commons.codec.binary package
http://commons.apache.org/codec/apidocs/org/apache/commons/codec/binary/Base64.html