fires when a single file from the list has been uploaded to the server
realName | string | the real name of the file (as it's displayed in the control) |
serverName | string | the file name that the server returns |
myForm.attachEvent("onUploadFile",function(realName,serverName){
// your code here
});
If the file is the only one in the list or in case all files in the list are uploaded - the onUploadComplete event fires.