Getting download/upload status using WebClient

Winston said:
How do you get the download an upload status of a file, when you're using the WebClient class?

Thanks.

I don't believe you can. You'll need to use httpwebrequest to download the file and get the httpwebresponse from it to display the status.
 
Back
Top