$('input[type=file]').change(function () {
console.dir(this.files[0])
})
Şu kodu da denemenizde fayda var