using AsyncFileUpload in ASP.NET MVC 2
Is there a way to use Asy开发者_开发技巧ncFileUpload in ASP.NET MVC 2. Or maybe there is an equivalent (that uses no browser plugins)?
jquery form is such a plugin.
Try these:
http://haacked.com/archive/2010/07/16/uploading-files-with-aspnetmvc.aspx
http://blog.stevensanderson.com/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/
http://www.uploadify.com/
http://weblogs.asp.net/imranbaloch/archive/2010/04/03/image-preview-in-asp-net-mvc.aspx
精彩评论