I'm using uploadifive (non-flash version of uploadify), for uploading with jquery and php
I'm looking for ways to treat what is being returned (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 no matter what php returns
I'm thinking, I should fiddle around with the uploadifive.js file.. but where excactly and how?