Seems really a simple thing but can\'t figure it out. I\'ve been using the onchange event on element and it works well. Once the user browses and selects a file, I get the
Is this behavior only present in IE? If so, it may be related to this issue: jQuery change event on not firing in IE In essence: You may need to check for onClick instead.