开发者

Uploadify Crashes Chrome's Flashplayer And Produces 'Ah, snap!' Screen

I'm going to call it The A.S.S. — The Ah, Snap! Screen.

Anyhow, I've got uploadify working well except for Chrome, which shows me The A.S.S. when I click the "Add Files" button. Anyone else run into this problem? I'm at a bit of a loss as to how to fix 开发者_JAVA百科(or circumvent) it.

Here's the specs:

:: Mac

OSX 10.5.8
Chrome 8.0.552.237
jQuery 1.4.2
Uploadify 2.1.0


:: PC
Windows 7 Starter
Chrome 8.0.552.237
jQuery 1.4.2
Uploadify 2.1.0

Just to be clear, it isn't crashing when uploading a file, it doesn't even get that far. As soon as I click the "Add Files" button I get the ASS.

Thanks for any help.


Try Using

jQuery(function() {
  setTimeout(function () {
  jQuery('#file_upload').uploadify({

    ....your content....

 }); 
 }, 0);
 });

When directly loading the uploadify it will crash...This is a sideway method


This is a known issue being tracked.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜