Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi all,
I read this article
http://www.codeproject.com/Articles/113418/ASP-NET-File-Upload-with-Progress-Bar
it is useful,but I want to use the same idea with MVC4, I search for a long time
please help me.
Thanks
Posted

First of all link for file upload...
Uploading and returning files in ASP.NET MVC[^]

And if You know MVC little bit.
Here is the short and sweet description for file upload...
http://stackoverflow.com/questions/16255882/how-to-upload-image-display-image-in-asp-net-mvc-4[^]

For File Upload Progress Bar this is all you needed...
Go through all of the answers and you will definitely find your solution.
http://forums.asp.net/t/1428562.aspx[^]

Hope This Helps
-----------------
Pratik Bhuva
 
Share this answer
 
v3
For File Uploading in MVC4 following one is helpful :
----------------------------------------------------------

1> http://www.mikesdotnetting.com/Article/125/ASP.NET-MVC-Uploading-and-Downloading-Files[^]


For Upload and Downloading file this one help you :
-------------------------------------------------------

1> An Example ASP.NET MVC Web Project to Upload and Download Files[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900