coure2011
coure2011

Reputation: 42494

Asp.net mvc fileupload via ajax

Any code snippet to upload file to server via ajax call? I am using Asp.net MVC 3

Upvotes: 5

Views: 6180

Answers (1)

Baz1nga
Baz1nga

Reputation: 15579

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/

Upvotes: 3

Related Questions