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: Show error/result from uploadifive.php at each queue element
  • Hi

    I'm looking for ways to treat what is being echo'ed from uploadifive.php, same way as errors/results are shown by jquery on each file queue element

    'onUploadComplete (or maybe onProgress)' : function(file, data) {
    // show the php result/error at the queue element
    }


    As it is now, it says "Completed" for the file even though the php file echoes some error

    I'm thinking, I should fiddle around with the uploadifive.js file.. but where excactly and how?