looking for a large file upload solution on MVC3. There's a few examples in ASP.Net web forms but not found what I'm looking for in MVC.
The files will be about 400mb in size, so will need to be streamed.
Thanks - Pete
looking for a large file upload solution on MVC3. There's a few examples in ASP.Net web forms but not found what I'm looking for in MVC. The files will be about 400mb in size, so will need to be streamed. Thanks - Pete
| |||
feedback
|
Check out SlickUpload, it's very solid and the upcoming release will have MVC 1/2/3 support. | ||||
feedback
|