Thread
:
how can i save an image from url
View Single Post
#
3
(
permalink
)
01-14-2009, 08:02 PM
poroto20
Member
Join Date: Jan 2009
Posts: 34
Rep Power:
0
You can do it only with 1 line:
Code:
FileUtils.copyURLToFile(new URL(....), new File(....));
You have to include commons-io.jar from Apache
poroto20
View Public Profile
Send a private message to poroto20
Find all posts by poroto20