developer155
Programmer
I need to get an image from the web (I know url) and use Java to create HTML file and display that image. So what I am doing is establishing the connection to the Web in the program and connecting to the image URL. Now I guess I would need to get the source for that image into a buffer I guess. Is there any way to do this? Also, is there a better way to copy an image from web page when I know the url?
thanks
thanks