What do you mean?
What exactly you cannot understand? I explained you the logic - you repeat the file object and bind the images insideâŚ
Just check my screenshots.
I know you are trying your best to make me understand the logic, but I just donât seem to see it. I donât even understand what is meant by âbind the images insideâ
Inside the repeat region.
You repeat the images being selected for upload, then inside the repeat region you put the images with dynamic source binding.
It is just your dynamic image source that is wrong.
The expression shouldnât be ârepeat1[0].dataUrlâ but just âdataUrlâ you just seem to click something wrong in the data picker.
This is up to you.
If you repeat a block element it will be repeated vertically. If you repeat inline elements they will be repeated horizontally.
In your case you repeat the div around the images, div is block level element. If you want to repeat the images use repeat children instead of repeat, or just style your div to be inline.
More on this topic: https://www.w3schools.com/html/html_blocks.asp