Getting download/upload status using WebClient

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

Thanks.

I dont believe you can. Youll need to use httpwebrequest to download the file and get the httpwebresponse from it to display the status.
 
Back
Top