How to convert image PNG or JPEG format to a binary file

I need some help with image conversion on Bubble!

I want to convert an image in PNG or JPEG format to a binary file, not just a base64 text representation, and then save it as a file in the database. I tried using Bubble’s base64 text conversion, but that’s not what I need. I also attempted to use the Toolbox JavaScript plugin, but it didn’t yield the desired results.

If any of you experienced a similar challenge and found a solution, I’d greatly appreciate your insights and suggestions!