jfeldstein / jQuery.AjaxFileUpload.js

jQuery plugin to magically make file inputs upload via ajax
408 stars 246 forks source link

IE 8 Issue #12

Closed vnp123 closed 12 years ago

vnp123 commented 12 years ago

Hi,

I am getting error in IE 8 only.

This is the error.

SCRIPT5007: Object expected jquery.ajaxfileupload2.js, line 114 character 13

This is line

settings.onComplete.apply(element, [response, settings.params]);

I am getting this error when in onComplete metod when I do JSON.parse(response);

Here response is a json object.

It is working in IE7 and IE 9.

Can any one please help me?

Thanks vnp123