ASP.NET MVC4上传&使用ProgressBar下载文件
问题描述:
大家好,
我读过这篇文章
http://www.codeproject.com/Articles/113418/ASP-NET-File-Upload-with- Progress-Bar
它很有用,但是我想和MVC4使用相同的想法,我搜索了很长时间
请帮帮我。
谢谢
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
答
首先上传文件上传链接...
上传和返回ASP.NET MVC中的文件 [ ^ ]
如果你知道MVC的话。
以下是文件上传的简短描述...
http://stackoverflow.com/questions/16255882/how-to-上传-图像显示的图像在-ASP净MVC-4 [ ^ ]
对于文件上传进度条,这就是你所需要的......
完成所有答案,然后你肯定会找到你的解决方案。
http://forums.asp.net/t/1428562。 aspx [ ^ ]
希望这有助于
-----------------
Pratik Bhuva
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
对于MVC4中的文件上传,以下是有用的:
---------------------- ------------------------------------
1> http://www.mikesdotnetting.com/Article/125/ASP。 NET-MVC-上传和下载文件 [ ^ ]
对于上传和下载文件,这个可以帮到你:
----------------------------------------- --------------
1> ASP.NET MVC Web项目示例上传和下载文件 [ ^ ]
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[^]