I need to implement in my project ASP .NET MVC3 the jQuery file upload plugin:
http://blueimp.github.com/jQuery-File-Upload/
I have been Googling and I haven't found a whole project, only pieces of code. I don't know how to implement it.
Can someone help me? Can someone tell me where I can download a sample project or code?
I've created a sample ASP.NET MVC 3 project on GitHub that shows how to use a full plug-in functionality, including deletion and download.