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.
uploadifive options not working
  • I've set 'multi':true and other options like 'simUploadLimit':1 but the settings are ignored.I've run the debug for the object and the settings are set.The code is just basic:

    $('#file_upload').uploadifive({
    'uploadScript' : 'uploadscript.php',
    'auto' :true,
    'queueID':'uploadqueue',
    'multi': true,
    'removeCompleted' : true,
    'fileSizeLimit' : 20000,
    'buttonText' : 'Browse files',
    'dnd': true,
    'width': 300,
    'simUploadLimit':1
    });
    Any idea on how to fix this would be great.Thanks.
  • I just tested your code and it seems to work correctly for me. Just make sure your path to the uploadScript is correct and a div with the id="uploadqueue" exists.