1

I want to display the Progress bar while uploading the image in ASP.NET MVC3.

Please suggest me how i can do that .

Brian Diggs
  • 57,757
  • 13
  • 166
  • 188
sandeep
  • 675
  • 2
  • 11
  • 13

1 Answers1

1

You might need to use a client plugin. Plupload is one possible choice. And here's an example of how you could integrate it in your MVC application. Another popular plugin which supports this functionality is Uploadify.

Community
  • 1
  • 1
Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928