ASP.NET MVC 3 文件上传插件
我正在寻找一个多文件上传模块/插件,最好是适用于我的 ASP.NET MVC 3 项目的异步上传。我遇到过 blueimp,但在摆弄演示后,上传的一些图像没有显示在预览部分。
有没有更好的异步多文件上传插件可以推荐?
I'm looking for a multifile upload module / plugin, preferably async upload for my ASP.NET MVC 3 project. I've come across blueimp but after fiddling around with the demo, some images uploaded were not shown in the preview section.
Are there any more good async multi file upload plugins that anyone could recommend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 plupload。这是有据可查的。
Try plupload. It's well documented.
您可能需要检查Telerik Upload for ASP.NET MVC。 它是免费的,遵循 GPL V2。还提供商业版本。
You might want to check Telerik Upload for ASP.NET MVC. It's free under GPL V2. A commercial version is also available.
您可以使用插件 ajax upload
这是它的一些功能:
多文件选择、进度栏在 FF、Chrome、Safari 中
拖放文件选择在 FF、Chrome 中上传可取消
外部依赖项未使用 Flash 完全与 https 配合使用
FF、Chrome、Safari 中的键盘支持已在 IE7 中测试,8;火狐浏览器3,3.6,4; Safari4,5;铬合金; Opera10.60;
You can use plugin ajax upload
This is some it's features:
multiple file select, progress-bar in FF, Chrome, Safari
drag-and-drop file select in FF, Chrome uploads are cancellable no
external dependencies doesn't use Flash fully working with https
keyboard support in FF, Chrome, Safari tested in IE7,8; Firefox 3,3.6,4; Safari4,5; Chrome; Opera10.60;