Asp.net mvc fileupload via ajax
Any code snippet to开发者_开发百科 upload file to server via ajax call? I am using Asp.net MVC 3
Hey try using this tool called slickupload. Its a really cool tool and handles most of the problems with streaming while providing a cool UI while uploading the file too.. really easy to use too.
Problems with uploading large files of net disconnection etc is also handled gracefully by this tool..
do check it out at
http://krystalware.com/Products/SlickUpload/
精彩评论