Webclient - display file transfer progress

stustarz

Well-known member
Joined
Jan 10, 2003
Messages
246
Location
Earth
Hi all!

I have a webclient object that i am using to upload a file to my webserver using webclient.uploadfile method. The page is recieving the post fine, and retrieving the file etc...

But, i would like someway of seeing the transfer progress, does anyone know if this is possible using the webclient object?

Thanks

Stu!
 
No problem guys! I realised it cant really be done, completely changed the way i was doing this and went for a filestream to a webservice in the end!

Cheers
 
Back
Top