Occurs before the user adds a file to the upload queue.
Parameters:
myForm.attachEvent("onBeforeFileAdd ",function(realName, size){ // any custom logic here return true; });