The Line
const cat = (f) =>
new Promise(resolve => Object.assign(new FileReader(), {onload(){resolve(this.result)}}).readAsText(f));
Usage
<input type="file" onchange="cat(files[0]).then(console.log)">
For further actions, you may consider blocking this person and/or reporting abuse
jn -
Eddie Kimpel -
muthu raja -
Ukeje Chukwuemeriwo Goodness -
Top comments (0)