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.
Slight bug with auto mode
  • There seems to be a problem with the auto mode. When its set to true, all files are uploaded with no problems at all. But when you set auto mode to off, it only uploads the first file and ignores the rest. Even the auto mode demo on the site has a problem as well. IS there a way to fix that problem?

    Thanks

    Emmanuel
  • Apologies, found the issue. Forgot to add '*'.
  • Yeah... I should have made the function just upload all the files if no argument was given. Thinking about changing it, but I'm afraid it might confuse existing users.
  • Hi,

    Can you please clarify where the '*' should be added?

    Will this upload all files in the queue and then execute 'onQueueComplete' once the upload-button is clicked?

  • Ah, found it on http://www.uploadify.com/documentation/uploadify/upload/

    $('#file_upload').uploadify('upload', '*');