I want to display the Progress bar while uploading the image in ASP.NET MVC3.
Please suggest me how i can do that .
I want to display the Progress bar while uploading the image in ASP.NET MVC3.
Please suggest me how i can do that .
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.