hi, I have written the program to upload large files same as you doing. My method is split file to upload in 5 threads.
if you don't want to use thread, you could simply use BackgroundWorker component in visual studio 2005 to implement a progress.
sample is offered for how to use BackgroundWorker in MSDN.
|