Occurs when a single file from the list was uploaded to the server.
If the file is the only in the list or when all files in the list are uploaded - the onUploadComplete event fires.
Parameters:
myform.attachEvent("onUploadFile",function(realName,serverName){ //any custom logic here });