When user clicks an input[type="file"] it shows them a popup to choose a file
User may choose one and click OK or click cancel
When they click OK - it's onChange event, great
When cancel - there is no event or I don't know about it
So the question is:
What event is fired when user clicks cancel or how to determine differently that no files have been chosen AFTER clicking cancel?