developer155
Programmer
I need to get an image in byte code from a web site ( i have the URL). Along with the image there are a few lines of comments. I need to copy the image from web site to my directory (/images/image.gif).
What I am doing now is establishing the connection to the web site and getting the byte code and then writing it to RandoMAccessFile. But for some reason the file is empty. WHat coudl be wrong?
thanks
What I am doing now is establishing the connection to the web site and getting the byte code and then writing it to RandoMAccessFile. But for some reason the file is empty. WHat coudl be wrong?
thanks