Please help ,
Problem : I am reading file content using HTML5 FileReaderAPI -> ReadAsArrayBuffer. I am storing that buffer in a variable. Now I want to compute CRC of that ArrayBuffer ?
How shall I proceed. No clues. All operations are to be performed on browser side.
Let me tell you I am using arayBuffer because, that file contains Binary Data. So, I can not use anything other than ArrayBuffer. If we can use anything else than please tell that also.