0

I have a question. Which control is better to use for file uploading (ASP.NET MVC3)? Wihtout page refresh of course. And it should work in old browsers like IE8.

tereško
  • 58,060
  • 25
  • 98
  • 150
Dima Railguner
  • 173
  • 5
  • 15

2 Answers2

2

Check out existing questions

asp.net mvc file upload ajax post

Asp.net mvc fileupload via ajax

http://www.fyneworks.com/jquery/multiple-file-upload/

Community
  • 1
  • 1
Murali Murugesan
  • 22,423
  • 17
  • 73
  • 120
0

I am using this plugin

In this link you can see a demo of the plugin and documentation

I have done it with asp.net pages, But the concept should be the same.

Here an example in MVC3

Silagy
  • 3,053
  • 2
  • 27
  • 39