Hey,
I just tried to upload multiples pictures at once but it ain’t working the way I need it to be.
I can have multiples pictures in my Multi-FileUploader and then when I hit my Upload button, it does upload the pictures BUT it uploads every pictures in ONE record in the database :
I don’t use a workflow for the multifile uploader.
I tried days ago creating a list of element from the multifile uploader and then upload them to the database but I couldn’t work it out.
You need to use a field “List of image” actually your field is just for single image.
Create a new field with data type to “image” a select : this field is a list checkbox.
You are using a workflow to save data from Multifile uploader. This is what I mean. The flow is correct, but the field that receive data is not correct. Need to be a list.
I’ve done what you told me, the thing is that I need to display those pictures in a repeating group and I can’t find how to show list of images in a repeating group.
What I believe is that you are not saving your list correctly. Are you sure your picture field is a list of image? (not just an image?) and also, can you share the workflow that save the pictures from the uploader?