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

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

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

php - Cloud9 cloud IDE and CakePHP -