Struggling with binary
This week, I am working on retrieving binary data from the session storage. Even though the data I retrieved are in elf, but I couldn’t proceed to handle the data because the data are corrupted. Hence, I started to find out which method corrupts the binary data. After testing, I found out that the binary data are fine before the Ajax request but when I log the data I got from the response, it is not the same as the Read more