|
-
getting images from web help needed.
Hi all
I want my program to get number of images from the web
http://www.url.com/img01.jpg
.
.
.
http://www.url.com/img99.jpg
What should I use in order to read images and save it to my hard drive?
URL url = new URL("http://www.url.com/img01.jpg");
InputStream is = urlConnection.getInputStream();
something like that?
but it does not work and I don't know how to "convert" inputstream to file....
Please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks