Multi-upload with Moralis

Right now our app allows users to upload an image. Image gets save to a “image” field in the User class. Works nice.

But now we want to allow users to upload multiple images at once, to create a gallery.

Any ideas / suggestions on how to go about it?

You can create an array column and save the images as array elements. or you could do bulk upload using IPFS.