27-10-22 09:05 AM
hello,
I hope everything is all right.
What format is the screenshot stored in the database?
Base64 or binary? Or other formats.
Any comments from you are appreciated!
It is very appreciated your kind reply.
Thanks in advance.
Qingwen.li
27-10-22 10:29 AM
28-10-22 02:10 AM
It is very appreciated your kind reply.
For the same picture, the base64 parsed by the code is inconsistent with the base64 stored in the BP database. And the base64 I parsed can be parsed into screenshots normally.
Thanks in advance.
Qingwen.li
28-10-22 02:15 AM
It is very appreciated your kind reply.
For the same picture, the base64 parsed by the code is inconsistent with the base64 stored in the BP database. And the base64 I parsed can be parsed into screenshots normally.
Thanks in advance.
Qingwen.li
28-10-22 08:07 AM
Yes as mentioned in my last response, the image is stored in the database encrypted, so this would need to be decrypted before you could view the file as an image.
If you want to save screenshots, you could always build into your exception handling to take a screenshot. Search the community for 'screenshot' - there is a post containing a screenshot utility you can use for this.
28-10-22 08:45 AM
It is very appreciated your kind reply.
I want to find out the screenshot data in base64 format through SQL so that other systems can parse the base64 data. Is there a solution.
I'm sorry, please forgive me, my English is not very good.
Thanks in advance.
Qingwen.li