REMINDER
How to upload several images?
-
There's a field called Images Multi, how do we add an input form for that?
Answer: Add cloud backend file upload field, edit the html and add multiple to the input field.
-
You have two possibilities for that :
- The first one you wrote, a multiple input field
- or multiple input fields and in your backend function you store them in an Images Multi field
-
@wassim Thanks, didn't think of the second one but it makes sense.
I noticed that only one image is shown in the row that's added, can you fix that so all are shown?
Or do we need to make our own UI for viewing table rows? -
@ThomasD said in How to upload several images?:
I noticed that only one image is shown in the row that's added, can you fix that so all are shown?
Or do we need to make our own UI for viewing table rows?Yes, you have to either do your own ui so it's exactly what you need or use Cloud DB to see it.
-
@wassim Would appreciate it if you could add it to the native table viewer or you'll keep getting this question over and over.