Aug-24-2020, 07:44 AM
I saved some data in mongodb using mongoengine. That binary field look like this
I need read / retrieve only that
1 |
{ "$binary" : "/9j/4QA4.........ldfl==" , "$type" : "00" } |
$binary
part using mongoengine? How to do that?