Baserow doesn't currently have a file uploader (for the free version), how can users submit images?

Baserow doesn’t currently have a file uploader (for the free version, I do not need the “enterprise” version right now), so how can users submit images?

I did see that using a single URL in a field will display an image, but what about multiple images? Creating a new field for each image is not feasible.

Instead, is there a way to add multiple image URLS to one field, separated by a comma and space, and have them display on a page?

This works when using Airtable and Pory.io, so I’m wondering if it is possible with Baserow.

Hi @Iokaar, we have just released this feature, though it is only available in our Advanced and Enterprise plans. :slightly_smiling_face:

As I mentioned in my post, I am aware of this fact, but I do not currently need it as I am still building things and deciding if I want to use Baserow. Instead:

I did see that using a single URL in a field will display an image, but what about multiple images? Creating a new field for each image is not feasible.

Instead, is there a way to add multiple image URLS to one field, separated by a comma and space, and have them display on a page?

This works when using Airtable and Pory.io, so I’m wondering if it is possible with Baserow.

If you have a table with a File field, that field can contain multiple images / files. To show those files in the application builder, you can use the Repeat element. The data source of the repeat element will be the File field.

Inside the Repeat element, you put an Image element that refers to the url property. This will show all the images that are in the field.

To be able to upload images from within the application builder, you need the File upload element which is part of the Advanced plan. You can start a free Trial if you want to explore the possibilities of this plan.