I am unable to detect when input type=\"file\" changes its value after user selects file and the dialog box closes.
$(\'.myInput\').change(function(){ a
This was a known bug that was resolved as part of the jQuery 1.4.2 release, 1.4.2 got a major event model re-write and this was fixed as part of that, just upgrade to resolve the problem :)