It looks like you're new here. If you want to get involved, click one of these buttons!
onUploadSuccess : function(file,data,response) {
$("#myForm").append("<input type='hidden' id='img_"+file.id+"_fileName' name='img_"+file.id+"_fileName' value='"+data+"' />");
},then, when all my uploads are completed sucesfully, I call the ajax function that records the form fields in database via ajax from onQueueComplete event in uploadify...