HTML5 File API: How to see the result of readAsText()
When readAsText() function is completed the result is stored in .result How do I see if the content of the file read are correct in .result? fr = new FileReader(); fr.readAsText(file); var x = …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
When readAsText() function is completed the result is stored in .result How do I see if the content of the file read are correct in .result? fr = new FileReader(); fr.readAsText(file); var x = …