$('[type="file"]').change(function() { if (this.files.length && !!window.URL) $('.user-photo img').attr('src', URL.createObjectURL(this.files[0])); });