Occurs before the user removes a single file from the list of files to upload (when clicks on button ).
Parameters:
myForm.attachEvent("onBeforeFileRemove", function(realName, serverName){ if (!confirm("Are you sure you want to delete "+realName+"?")) return false; return true; })