I have a question regarding the file upload progresses bar posted in
http://forums.asp.net/t/1889554.aspx?How+set+progress+bar+on+file+upload+
In the accepted answer of Amy Peng,
the code uses System.Threading.Thread.Sleep(8000) , to sleep 8 second.
If I have a very large file and the network is very slow, does this progress bar still show the actual progress of the file upload progress
or it will just wait 8 second and give the message that upload is done( even if it is still doing the upload in the background)?
Thanks.
Go to the complete details ...