I am trying to read a text file using jquery, like this:
// LOAD file and split line by line and append divs $.get(\'myFile.txt\', function(data) { v
Something like this is what I use all the time. No need for any base64 decoding.