PeterG
PeterG

Reputation: 344

Large file upload using ASP.NET MVC3

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

Upvotes: 2

Views: 1119

Answers (1)

hunter
hunter

Reputation: 63552

Check out SlickUpload, it's very solid and the upcoming release will have MVC 1/2/3 support.

Upvotes: 1

Related Questions