Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

  • Hi.
    I'm working with the latest version of uploadify, and found some trouble in IE7.
    After choosing a file, and upload starting, progress bar shows 100% completion, but it seems that
    the onComplete method doesn't start.
    The same trouble exists on demo page too,
    http://www.uploadify.com/demos/ (first demo)

    Under IE8 and other browsers, after uploading files, status block disappeared.
    But under IE7 (tested in IETester) status block didn't disappear.

    What's the trouble?

    Thank you.
  • I'll look into it.
  • I get the following Eorror in IE8 & 9:

    Object doesn't support this property or method - jquery.uploadify.v2.1.4.min.js, line 26 character 6661

    The upload isn't triggered at all.
  • jon85 said: I get the following Eorror in IE8 & 9:

    Object doesn't support this property or method - jquery.uploadify.v2.1.4.min.js, line 26 character 6661

    The upload isn't triggered at all.

    This might be an error in the way you wrote out the script. Try quoting out all the option names, IE has issues sometimes with reserved words, etc.

  • I've posted a workaround for this.