basically with FileReader.readAsText() method, we can read a file(uploaded/selected) by a user as a string, but, I searched online for solutions to read the file li
FileReader.readAsText()