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
Andrew Bell -
Seyed Ahmad -
thinkThroo -
Rohit Khokhar -
Top comments (0)