Question How to get number of bytes of a file transferred over net?

nikhil

New member
Joined
Jun 21, 2009
Messages
2
Programming Experience
3-5
Hi.

From my VB.net client, I am invoking a web service to transfer a file along with some other details of the file. Now on the form, I would like to show the progress bar with the % completion. (i.e % of file sent across.) How would I be able to do this ?

Thanks..
- Niks
 
You can't provide feedback on progress to the user if you don't have that information yourself. How are you transferring the file and how are you calculating the progress?
 
Back
Top