ASP.net MVC2 单独进度条的文件上传控件
我想了解是否有任何好的控件可供我在 .net mvc2 应用程序中上传文件(最多 2GB)。主要问题是我希望能够从此控件检索上传进度信息,并拥有自己的进度栏(已在应用程序中用于其他目的)来显示此信息。任何帮助将不胜感激!
I would like to find out if there are any good controls available whereby I can upload files (upto 2GB) in a .net mvc2 application. The main issue is that I want to be able to retrieve the upload progress information from this control and have my own progress bar (which is already used in the application for other purposes) to display this information. Any help will be appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Plupload 是一个流行的插件。您还可以查看示例。
Plupload is a popular plugin. You may also checkout an example.