Тип ввода = события файлов jQuery

$("document").ready(function(){

    $("#upload").change(function() {
        alert('changed!');
    });
});
Ankur