Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

blade84's avatar

Upload multiple images

I have Galleries and Images (otm) tables. Is there any way to upload multiple images to gallery at once or I need to add one by one ?

How to get this in Nova?

0 likes
1 reply
bobbybouwmann's avatar

It looks like Nova only supports uploading one file at the time. If you have a table with all the images you can make multiple records, but you can't upload multiple images at once.

Luckily there are multiple packages available that might help with this. I think this once matches your case the most: https://novapackages.com/packages/ebess/advanced-nova-media-library

You can find more packages here: https://novapackages.com/?search=media&tag=all

3 likes

Please or to participate in this conversation.