Re: Saving multiple images
Start by going through this tutorial: Lesson: Basic I/O (The Java™ Tutorials > Essential Classes)
If you're really just trying to access files from the web, it's not much different from accessing them on your hard drive.
Re: Saving multiple images
Quote:
Originally Posted by
KevinWorkman
ah i see i thought it was different when accessing through a browser for some reason. thanks i think i know how to do it now.
but i'm still kind of confusing on how to save the image?
Re: Saving multiple images
Quote:
Originally Posted by
Dario
ah i see i thought it was different when accessing through a browser for some reason.
It might be different if you're accessing it through a database (full disclosure- I don't really know anything about database programming), but if you're just using a URL, it's pretty much the same.
Quote:
Originally Posted by
Dario
thanks i think i know how to do it now.
No problem.
Quote:
Originally Posted by
Dario
but i'm still kind of confusing on how to save the image?
That tutorial should include instructions on how to save Files.