|
Hello, How can I model multi blob (images) upload ? I have an entity that should have a gallery of images, so in the data model I connected "Entity 1" (N : 1) "Entity Pictures". I have a create page for that entity, but how can I multi upload images to that entity? Hope you understood my doubt. Thank you! |
|
Hi, you could add a Multy Entry Unit to your Page. The Multi Entry Unit is a Content Unit and it is an enhanced version of the Entry Unit that gives the possibility to edit multiple rows at once. The Multi Entry Unit is composed by fields defining the information to be edited. Then you can use a Create Unit with the Bulk Property enabled and store images to your Entity. |
