Welcome to Pixeline 's users forum. Feel free to post your questions related to my jQuery and Wordpress plugins!
JqUploader is not working in IE 7
  • vijayprasad83vijayprasad83 November 2011
    Hi All ,

    I am having an issue with JqUploader . Here is my code sample

    $(document).ready(function(){



    $('#example1').jqUploader({

    background:'FFFFFF',

    barColor:'FFDD00',

    allowedExt:'*.avi; *.jpg; *.jpeg; *.png',

    allowedExtDescr: 'what you want',

    validFileMessage: 'Thanks, now hit Upload!',

    endMessage: 'and don\'t you come back ;)',

    hideSubmit: true,

    src:'{/literal}{$content_dir}{literal}js/jquery/jqUploader.swf',

    afterScript: "",



    });



    });


    I used this code is smarty base .tpl file and this code is working fine with FF and IE-8 but upload is not working with IE7.

    I am stuck with this issue and any help will be highly appreciated

    Thanks ,
    Vijay prasad
  • vijayprasad83vijayprasad83 November 2011
    Hi

    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
    }

    can any one help me to resolve this error ?

    Thanks a lot in advance.

    vijay prasad

Howdy, Stranger!

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

Sign In with OpenID

Sign In Apply for Membership