I have a form to upload files, and it should fire the submit after the file selection. On FireFox/Chrome it goes well, and submits the form after file selection, but I can't do this on Internet Explorer. Already tried with click/propertychange but nothing happens. Some code I already tried: $("#attach").attr("onChange", "alert('I changed')"); $("#attach").live($.browser.msie? 'propertychange': 'ch