This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
Disable Upload Button
  • Hi. I've read http://www.uploadify.com/forum/viewtopic.php?f=7&t=614&p=1427&hilit=disable+upload#p1427 but I am looking for a way to JUST DISABLE the upload button, NOT HIDE it. I want to grey it out like a typical form button can be disabled.

    Can you add an $('#id').uploadifySettings('enabled', true/false) setting that will disable the upload button? I'm pretty sure Flash supports disabling buttons just like javascript:

    .enabled = true/false;

    Thanks and let me know about this.
  • I'm also interested in this solution. I attempted to do the following:
    $(element).uploadifySettings('hideButton',true);

    This didn't work, so I then tried it in combination with:
    $(element).uploadifySettings('buttonImg','');
    $(element).uploadifySettings('buttonText','');

    Nothing seems to be changing the button... any thoughts would be greatly appreciated - thanks :)