Upload image to external (Bubble) database?

Wondering if there’s any way I can store an image uploaded through an Image Picker to my Bubble database? I’m running a web app as well where users can create and edit Products and I want all files to be stored in the same, single database. I’m also gonna need a lot of flexibility in storage space.

I have created a temporary image collection where I upload the image, after which I use the image url in my custom ‘Create Product’ action. This successfully creates the product but still with the Adalo image url.

So is there any way I can upload the actual image file straight into the Bubble database?