Hi,
How can I know how much bytes I receive during download a file with object my?
Example:
My.Computer.Network.DownloadFile("http://www.MyWebSite/downloads/FileName", "C:\MyPath\FileName")
Thanks I advance
Printable View
Hi,
How can I know how much bytes I receive during download a file with object my?
Example:
My.Computer.Network.DownloadFile("http://www.MyWebSite/downloads/FileName", "C:\MyPath\FileName")
Thanks I advance
I am not sure that there is a way to get the number of bytes from that unless you just check the file after download, but Klienma posted a web downloader with progress in the codebank that will tell you the number of bytes and the amount downloaded.
Hi,
To whom that interested in the solution:
http://www.vbdotnetforums.com/showpo...29&postcount=3