swfupload 不适用于 Flash 10
我正在使用 jquery 和 swfupload 来上传文件和照片。
到目前为止工作正常,但似乎不喜欢 Flash 10。 当我升级 Flash 时它就停止工作了。
有人遇到这个问题吗? 你是怎么解决的? 非常感谢!
I'm using jquery and swfupload in order to upload files and photos.
Worked fine till now, but it seems it doesn't like Flash 10.
It stopped working the moment I upgraded Flash.
Anybody had this problem? How did you solve it?
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
swfupload 下载页面@ google code
已修复。 Flash 10 扰乱了打开文件浏览器窗口的方法。 您必须去下载新的 swfupload。
swfupload download page @ google code
It's already fixed. Flash 10 messed with the methods to get the file browser window open. You'll have to go download the new swfupload.
这可能不是问题的答案,但我想分享这个。
一般来说,使用 hacky flash uploader 解决方法是一个非常糟糕的主意。 我建议人们改用像样的 javascript 替代品。 Flash 的采用率已经在迅速下降,并且随着当前浏览器的发展速度非常快,我们可以只信任本地浏览器的内容,例如 javascript、xml 和 json。 不再需要第三方插件,我经常使用 qq.FileUploader,但我确信会有很多好的替代品。
This may not be an answer to the question, but I would like to share this..
Using hacky flash uploader workarounds is a really bad idea in general. I would suggest people to switch over to decent javascript alternatives. Flash adoption is already falling down rapidly, and with the current browsers developing awesomely fast, we can just trust on native browser stuff like javascript, xml and json. No more third party plugins, I use qq.FileUploader quite often, but I'm sure there will be lots of good alternatives.