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