posted 14 years ago
Hello everybody,
I am developing an application in that I want to upload image to the server. If image is less than 900 kb then application run fine. but when image is more than 900kb then it throws exception as java.lang.OutOfMemoryError.
my code is as follows
I have Base64 class which has method
What is wrong here?
Thanks in advance.
Life is easy because we write the source code.....