grabbing image from url in google app engine, java
Posted
by Ashich
on Stack Overflow
See other posts from Stack Overflow
or by Ashich
Published on 2009-12-25T15:16:29Z
Indexed on
2010/04/26
9:33 UTC
Read the original article
Hit count: 254
Hey guys;
I have a url which leads to in image. How do i grab this image from this url into my servlet? NOTE: the web-app is deployed on google app engine.
java.net.URL myURL = "http://a3.twimg.com/profile_images/150131301/slogo4_normal.jpg";
//code to grab the image
Thank you
© Stack Overflow or respective owner