Replies: 1 comment
-
You can store images in a blob by converting them to bytes. If you have been converting them to base64 strings before, you pretty must just have to not do that last conversion step. If you have a I can come up with an example. How are you obtaining images to store in the database though? Do you get them as a PNG from somewhere or do you have an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An example of storing single image as an blob would suffice. I know I can store images as base64 string, but I don't think its the best idea.
Beta Was this translation helpful? Give feedback.
All reactions