最好的多文件 JavaScript/Flash 文件上传器是什么?
具体来说,我正在寻找一个基于客户端、JavaScript 和/或 Flash 的多文件上传器。 我发现的最接近的是FancyUpload。 有人有这方面的经验吗? 如果没有,那还有什么?
Specifically, I'm looking for a client-side, JavaScript and / or Flash based multiple file uploader. The closest thing I've found is FancyUpload. Anyone have experience with it? If not, what else is out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
Dropzone 为我提供了简单的拖放功能,可以优雅地降级。 非常容易设置。
Dropzone worked for me for simple drag-and-drop functionality that degrades gracefully. Very easy to set up.
具有客户端图像大小调整功能的 Google Gears 解决方案(我的,抱歉做广告)
Google Gears solution with client-side image resizing (mine, sorry for advertisment)
我已经使用过FancyUpload很多次了,它绝对非常棒。 唯一的问题(但我猜对于大多数 Flash 上传者来说都是如此)是会话处理 - 如果您使用会话,则必须将会话 ID 传递到 Flash 文件并再次传递回来。
digitarald(作者)现在有一个测试版的 FancyUpload 新版本,可以与 Flash 10(很多其他上传者没有)。 据他介绍,一旦新版本发布,从 FancyUpload2 升级到新版本应该非常简单。
I've used FancyUpload plenty of times and it's absolutely fantastic. The only problem (but this is true for most flash uploaders, I guess) is session handling - if you're using sessions you're going to have to pass along the session ID to the flash file and back again.
digitarald (the author) has a new version of FancyUpload in beta now that works with Flash 10 (something a lot of the other uploaders don't). According to him it should be very simple to upgrade from FancyUpload2 to the new version, once it's released.
从 2.0 版本开始,Agile Uploader 现在支持多个文件。
http://www.shift8creative.com/projects/agile-uploader/index.html html
这是演示的直接链接:
http://www.shift8creative.com/agile-uploader/examples/all_files。 php
它允许所有类型的文件,并且实际上可以在上传之前调整图像大小,以帮助节省带宽成本和服务器处理能力。
Agile Uploader now supports multiple files as of version 2.0.
http://www.shift8creative.com/projects/agile-uploader/index.html
Here's a direct link to a demo:
http://www.shift8creative.com/agile-uploader/examples/all_files.php
It allows all types of files and can actually resize images before upload to help save on bandwidth costs and server processing power.
看起来这个领域的新条目是“jQuery 文件上传”:
Wiki / 文档
演示页面
It looks like a new entry into this field is 'jQuery file upload':
Wiki / documentation
Demo page
Plupload 似乎很有趣......
Plupload seems to be interesting...
SWFUpload 的替代品:
Alternatives to SWFUpload:
SWFUpload 可能是领先的“竞争对手”。
SWFUpload is probably the leading "competitor" to that.
Uploadify 是一个 jQuery / Flash 混合体(如果您不想添加 YUI 只是为了处理上传) 。
演示
如何实现
Uploadify is a jQuery / Flash hybrid (if you don't feel like adding in YUI just to handle uploads).
Demo
How to implement
Yahoo 的 YUI Uploader 是您的朋友。
Yahoo's YUI Uploader is your friend.