I would like to use Silverlight Multi File Uploader with ASP.NET MVC 3. The problem is that I need to use ashx handler to handle file upload (the handler is part of the library). How can I integrate the handler with ASP.NET MVC 3 (I'm using Razor view engine) ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
My guess is that it is easier because it is part of a (older?) third party library and it easier to just follow the instructions that tells you to set something in
|
|||||||
|
Who told you that you need a handler? Everything that you could do in a handler could be done in a controller action. You even have access to the raw |
|||||||||||||
|