Is there a way to detect which uploader has completed if there are more than 1 uploader on a form?
myForm.attachEvent("onUploadComplete",function(count){
// your code here
});
Is there a way to detect which uploader has completed if there are more than 1 uploader on a form?
myForm.attachEvent("onUploadComplete",function(count){
// your code here
});
Unfortunately it is not available to control the individual uploader progress.