I am new to android trying to work on uploading image in to server.
Got some sample code from the Internet. But it is showing some error in the line which am not able to handle it. Can any one help me in this case. And the link which is fetch the code is http://blog.sptechnolab.com/2011/03/09/android/android-upload-image-to-server/
and the error is getting is
“The method encodeBytes(byte[]) is undefined for the type Base64”
and the corresponding 
i have even downloaded base64.java file in the project
There is no
encodeBytesin the API. UseencodeToString.