I have a doubt . Is there any chance to display the image in the browser without
giving any link . I ll explain ,
I ve done one thing with this . I ve created a "inputstream" for a particular
image file . Then i converted it to a Byte[] array . And then i ve created a
outputstream for the same .
After that , i wrote it using "fout.write(buffer);"
But i couldnt get the image . Instead of that im getting the Byte string of the
image file .