Jenis Input = Acara File JQuery

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

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