Which is the best possible way to download a file from internet?
Printable View
Which is the best possible way to download a file from internet?
Look for an example in the CodeBank . I think I posted it there .
what keyword should i search for? will you pls give me a link for that?
thx in advance.
BTW... u have got a nice avtar
just saw ur code. it is to download an image file. right?
i wanna download an htm file resulting from asp. For ex my web address is www.site.com/DownLoadFile.asp
will your code work for this?
You use WebClient obj to download files (whether images , txt , or any binary files) .