Quote Originally Posted by danasegarane View Post
The basic Asp.net upload file control does not support this kind of progress. What you can do either use the Ajax or Jquery for this progress effect.

Here are the Examples.
1. Example 1
2. Example 2
Hi and thanks for your response.

In the first example - I don't understand. Where does the interaction between the server and the client take place. The server side code in the .ashx file is just the usual saving of a HttpPostedFile.

Where/how does the interaction take place between the .ashx code and the jquery code on the client?

Do you think I could use the same functionality if, instead of saving the files within the .ashx file, I stream them to a web service?