Skip to content

IE7 Error: Expected identifier, string or number #3

Description

@achan

For IE7 the plugin has a JS error due to the fact IE7(& IE6) moans about trailing commas found on “uploadify.ctp” cake element. This is because on the foreach loop (line 56) a comma is echoed at the end of each loop. This means that the last loop through will have the erroneous trailing comma. You will need to move the echo statement so it does not append the “,” at the end of the last loop (or not use IE7) either way easy to fix.

Reported by Steve L, http://www.am05.com/2011/01/06/using-uploadify-in-cakephp/#comment-108

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions