How to programmly download image from website ?
Posted
by MemoryLeak
on Stack Overflow
See other posts from Stack Overflow
or by MemoryLeak
Published on 2010-04-14T09:03:56Z
Indexed on
2010/04/14
9:13 UTC
Read the original article
Hit count: 309
I need to download images from a website, and I have the login name and password, but if i just use URL to download the image, it will throw a exception: there is no value in session.
I think I need to login the website before I can programmingly download the image.
Do you have any solutions ? Thanks in advance !
© Stack Overflow or respective owner