I’ve been working on importing a bunch of data into my app, and I hit a bit of a snag when it comes to images. So, I have this CSV file with URLs pointing to images hosted elsewhere. When I upload it, Bubble just stores those URLs as text, instead of fetching and storing the actual images. To get around this, I had to set up a backend workflow that goes through each URL, fetches the image, and then saves it to Bubble’s storage. Not only did this take a while to figure out, but it also means extra steps every time I want to do a bulk upload.
Wouldn’t it be great if Bubble could handle this natively? Like, during the CSV upload, it could automatically fetch images from provided URLs and store them properly. This would save a ton of time and make the whole process smoother for everyone.
I’ve also created an idea here: Enable Bulk Image Upload with NO custom backend workflow | Bubble
Thanks for considering this!