I am using jqUploader of Version 1.0.2.2 to upload an image. jquploader is working fine in mozilla and IE-8 where as In IE -7 i am getting "Object does not support this property or method jquery.jqUploader.js at line 62.
// disable form submit button if (opts.hideSubmit==true) { $("*[@type='submit']",this.form).hide(); // Line number 62 }