jqUploader updated (maintenance release)
- Date
- December 2nd, 2010
- Category
- Development
- Tags
- jquery, upload
- Discussion
- 3 Comments
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.
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();
});
}
Download link broken?
fixed, thanks.