thank you for your reply.
but i tried to use URLConnection and getInputStream. I got a html page (below) with the img src again..... i want to download the file but how can i do it? please advice me...
URLConnection conn = url.openConnection();
InputStream is = conn.getInputStream();
<html>
<head>
<title>659002.jpg (image)</title>
<script type="text/javascript">
<!--
if (top.location != self.location) top.location = self.location;
// -->
</script>
</head>
<body bgcolor="#ffffff" text="#000000">
</body>
</html>