惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
博客园 - 司徒正美
A
About on SuperTechFans
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
H
Help Net Security
量子位
IT之家
IT之家

博客园 - life++

multer /busboy 上传文件无法完成回调问题 linux系统上搭建egret构建环境(针对5.3.x 版以上) android studio 2.0 Gradle HttpProxy 设置 javascript的 parseInt 曾经的“陷井”在IE10上不见了,但还是得注意! 无法将类型为“xxxx”的对象强制转换为类型“Microsoft.SharePoint.WebPartPages.WebPart”。 ajax 12301 原因小结 被人忽悠完成的56.com我秀聊天室群发软件 WebDav基于Exchange2003开发邮件收发系统 fiddler 调试 WebDav 引起400错误处理 HTML-JS中的单双引混合处理原则 [笔记]443端口没开放让svn https连接不上 ora10ginstant 精简客户端遇到 system.data.oracleclient 需要 oracle 客户端软件8.1.7 或更高版本 手动调用__doPostBack('xx','') 在IE6, 下留意 javascript:void(0);问题。 让relative容器里的元素的z-index高于body下的遮照层 JQuery-easyui accordion 滚动条在IE6下“丢失”的处理 asp.net Ajax 页中使用jquery-easyui的显示问题处理 equal 与 == 自问自答 胡乱写个 List string 类型排序。
[原]SWFUpload 在IE9下不显示问题及IE9中模态窗下flash文件选...
life++ · 2011-06-23 · via 博客园 - life++

今天在IE9下的 SWFUpload 忽然消失,折腾了一天。

回了家使劲地调,四处地搜。也搜到一些IE9 下的FLASH 不显示的帖,却是无关痛痒。也上官网看到了一些人反馈了这个问题。

看着帖子里没啥有价值的处理方法。就差点放弃了。

使劲地翻站,看flash 的html。怀疑过embed 、断着 swfupload.js 一行行地跑、打着debug 信息, 就是出来来flash。

疑惑了,为啥广告的 flash 显示得好好的,而我这轻轻的一个按钮就不出来了呢。  想起了 早报网 ,记得这个网站对 html 处理得还是比较“原生”,于是翻开,确实,我一眼盯上了

 classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

这一句。 将它添进了 swfupload.js(311行),神出来了,终于出来了。 是 IE9 严谨了?

一个问题过了,还留着一个问题:IE9中,在模态窗口中flash 打不开文件浏览对话框,要等模态窗关闭了才触发,是在等着什么呢?????

Hi,


We use the AjaxUploader in many IE modal windows opened using the showmodaldialog.  We have found that the uploader no longer works when using IE9.  The window to select file never opens when you calick the add button.  If you close the modal right after, the file picker opens up.  This was fine in IE8.  

Is there a fix for this?

Thanks.

6月22号最新回答

Hi,
 

IE modal dialog is a special case , it have many compatible issue.

I suggest you use an iframe for the dialog .

that means 

window.showModalDialog("theiframepage.html")...

in the theiframepage.html , 

use <iframe src="myuploadpage.aspx"></iframe> to include the uploader.

I think all silverlight/flash upload component will meet the same issue. 

If you have more solution rather than iframe , please let's know .
 

Thanks.


Regards,
Terry.