You can, but you have to provide a URL, so the image has to be on a server somewhere. We don’t support bulk uploads of images yet (but are working on exposing an API that’ll let you do this).
I provided an URL from our server for each picture but they are not displaying. If I go to “modify an existing database entry”, and click on “see” next to the image, we access the image on our server. Once we try to call the data entry on a page, the pictures are not displaying.
The API workflows exposed recently would allow this to happen I would think. So you could ping an endpoint with images and upload them within the workflow.
Hello, I want to use pictures in my app and store them in a database.
Here i read that i have to upload a list of picture ULR as a csv file,
which i understand and which i can do.
Then i have to use bulk action to copy them to S3.
Is there a function that will change the field type to picture and then put the s3 ULR in that field automatically?
Would somebody please help me by describing how i can do this in detail.
Thank you for your suppport !! regards from germany. Marc
Hi there,
I’m trying to let the user upload a CSV file containing among other things, a list of images.
I’m getting the following error:
The format of the file is exactly the format I exported through the database (minus the automatic columns).
I read here about API workflow, but I don’t understand how to iterate over the lines of the file rows.