I am using flux and fluid content element for making content editable by user. i added field for image which allows multiple images to upload.
But now i am not able to show these images. my value of field image is like :
image => 'kip.jpg,772_Visteon_010.jpg'
normally if i have only one value then i can show it by <f:image>
or <img src="{image}" />
Tag.
so, anybody have idea how can i display multiple images or files. Thanks in advance.