javascript - Check typeof text data -


i have string in link http://pastie.org/private/n7bu5qlknphtyyv5sqla.

i trying decode using different methods

new uint8array(encodedstring); 

and tried octal decoders online no success. can me understand encoding type , how decode it.

edit:

progress: file loaded client side. before using readasbinarystring , changed reader.readasarraybuffer(blob); getting arraybuffer , converted new uint8array(arraybuffer). seems have data zipped data.


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

qt - Change color of QGraphicsView rubber band -

php - Cloud9 cloud IDE and CakePHP -