I'm looking to allow a user to browse and upload a file to the server in my ASP.NET MVC application.
If it is possible, I'm interested in adding a progress bar to show how much of the file has been uploaded.
Does anyone have any examples of something like this? Should I use jQuery to do this?