fakepath chrome problem

fakepath chrome problem

I have a problem in the fake path
<input type="file" name="datafile" id="datafile" />
document.getElementById("datafile").addEventListener("change", function() {

console.log("change", document.getElementById("datafile").files[0])

var reader = new FileReader();

reader.readAsDataURL(document.getElementById("datafile").files[0]);
});