It works for the user to download but I want it to save directly into the database…
I tried using the Bubble Uploader plugin but i think it don’t recognize blob urls, anyone has a workaround?
Thanks!
You need to convert it to Base64 and upload it using Bubble fileupload endpoint, Data or Backend API Workflow. Or just save it directly as base64 in a text field…
I me doing that, but Iam worried converting to Base64 might create a bottle neck for larger files, do you think this will happen? and if so, how can I avoid it?