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
Post a Comment