Occurs when the user clears the list of files to upload ( clicks on button ).
Note, before the onClear event is invoked the onFileRemove event fires for all files in the list to upload.
Parameters:
myform.attachEvent("onClear", function (){ //any custom logic here });