i-e-b / jQueryFileUpload.Net

[Out of Date] .Net handler for http://aquantum-demo.appspot.com/file-upload
68 stars 54 forks source link

asp.net mvc 3/4 support #10

Open dotnetwise opened 12 years ago

dotnetwise commented 12 years ago

This is nice. Could you please wrap the functionality to an asp.net mvc controller?

i-e-b commented 12 years ago

One of my colleagues has done this, will see if I can find it.

maxpavlov commented 12 years ago

I have this wrapped in an MVC application with both MVC Controller Upload procession, and .ashx handler. https://github.com/maxpavlov/jQuery-File-Upload.MVC3