Darren Johnston wrote a comprehensive server control and library for uploading large progress bars to ASP.NET. I would like to use it with ASP.NET MVC, using the controller method to get the file and the Ajax controller method to control the status bar.
I studied the classes, but itβs hard for me to understand what punch points are and how it will be integrated into MVC.
Has anyone used this with MVC using the server controls included in the library? If so, how? A simple code example would be great.
NOTE. I want to use a different download library if it is better, especially if it uses the jQuery library for the progress bar, but it does not require a dependency on flash / silverlight, and it must be true MVC coding style.
source
share