NetTalk Central
The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: IanHickton on July 22, 2010, 01:15:19 AM
-
Hi,
Using NT5, how would I download a binary file by passing the URL ?.
Ian
-
check out the download file examples
-
You mean using the NetWebClient class Ian?
Use the Fetch method.
Then in PageReceived call the SavePage (filename) method.
cheers
Bruce
-
Thanks for the replies Kevin & Bruce.
I used the NetWebClient class as you suggested Bruce, and it works beautifully. Many thanks for your help.