AJB
AJB

Reputation: 7592

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 (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.

Upvotes: 2

Views: 1369

Answers (2)

Rijo
Rijo

Reputation: 41

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

Upvotes: 4

Boris Smus
Boris Smus

Reputation: 8472

This is a known issue being tracked.

Upvotes: 2

Related Questions