Journal of a Web Professional in Brussels

jqUploader updated (maintenance release)

jqUploader, the jquery uploader widget of choice if you need a progress bar that just works has received some love.

It now works with jQuery 1.4+.
A mighty “debug” option has also been added for those times when something is going weird with the plugin and you just don’t know why.

I had a hiccup of shame when looking at the flash file: i used getURL:javascript to launch the external function. I’ve of course properly replaced it with the ExternalInterface. Besides that, it’s still Actionscript 2.
Thanks to the few jqUploader users for their feedback.

Read more and download jquery.jqUploader.1.0.2.3 on my jquery Uploader dedicated page.

The Conversation


Warning: preg_match_all() expects parameter 2 to be string, array given in /home/pixelin/public_html/pixeline.be/wp-content/plugins/pixelines-email-protector/pixeline-email-protector.php on line 101

Warning: preg_match_all() expects parameter 2 to be string, array given in /home/pixelin/public_html/pixeline.be/wp-content/plugins/pixelines-email-protector/pixeline-email-protector.php on line 119

3 Responses to jqUploader updated (maintenance release)

  1. Nathan Kelly says:

    hi, contact us page not working on the jqUploader page so posting my amendments here – removing the submit button leaves the label for it, so i've extended the code to look for and remove any labels:

    // disable form submit button
    // and any submit labels
    if (opts.hideSubmit) {
    $("*[type='submit']").each( function() {
    $(this).hide();
    $("label[for='"+$(this).attr('id')+"']").hide();
    });
    }

  2. Copy says:

    Download link broken?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Belgians do IT better _