I'm currently usign a Net.WebClient to download a file from the Internet. Now, I'd like to do another thing. I can know the flie size only after I started download with the parameter e.TotalBytesToReceive inside this sub
Private Sub W_DownloadProgressChanged(ByVal sender As Object, ByVal e As _
Net.DownloadProgressChangedEventArgs) Handles W.DownloadProgressChanged
How can I get the file size parameter of a link without downloading it?