HELP! simply trying to add multiple images to database

I added a video because last time I asked I got a bunch of different responses none of which solved this issue I am having thanks.

You need to change the type of the field.
Instead of Type: Image
use:
Type: Media Gallery

This is for many images in one cell.

Many images in many rows is not possible without code.

Oh ok yeah I’m trying to do many images in many rows . I was given code for it but when I added the code to the bottom of the database page nothing changed it still didnt allow me to add more than one :frowning:

I don’t know what code you have. But you can’t add code to the database itself.

@jonatandor35 I was given a bulk insert code and I simply added it to the bottom of the home page corvid section and nothing changed

@beloflashphoto That’s just an example what bulkInsert is.
It is useless unless you build an updating tool (and even then, it probably want do exactly what you want).
I don’t see a simple way to achieve what you want.

@jonatandor35 Oh ok I got you I appreciate you trying to help me out atleast now I know it really cant be done lol

@beloflashphoto I put here an example of using code to uploading and saving many images. But you still have to upload the images one after the other, and to make adjustments to the code:
https://jonatandor35.wixsite.com/test/multiupload
So I don’t if it can help you somehow.