Jan 8, 2005 #1 W Winston Junior Contributor Joined Jan 25, 2003 Messages 266 Location Sydney, Australia How do you get the download an upload status of a file, when you're using the WebClient class? Thanks.
How do you get the download an upload status of a file, when you're using the WebClient class? Thanks.
Feb 14, 2005 #2 S Sc0pe Newcomer Joined Oct 15, 2004 Messages 24 Winston said: How do you get the download an upload status of a file, when you're using the WebClient class? Thanks. Click to expand... 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.
Winston said: How do you get the download an upload status of a file, when you're using the WebClient class? Thanks. Click to expand... 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.