Letting Site Users Upload More Than One Photo To A Page Via Upload Button

I am back again with another question. As I said before, I am fairly new to Wix Code and Corvid and am currently learning JavaScript to get a better understanding of it. The last post I made worked perfectly and everything comes out the way it is suppose to. However, the first layout I had on the repeater made the images fairly small. So, what I did was add a slider gallery to the repeater and connected it to the database for the first image. My question is: Is there a way for users to upload more than one photo using the upload button or do I need a seperate upload button for each photo (like 5 photos on one post) and separate galleries for each photo? I can attach the photo of the repeaters layout if that helps you visualize it.

Unfortunately you would need a new upload button for each image, however you can add code so that it automates it.

This has been asked many times before, just do a search using the forum search bar in the header and check the results like these below and many others.
https://www.wix.com/corvid/forum/community-discussion/upload-more-files-eg-images-with-a-single-upload-button/p-1/dl-5d73aeaab0358300170a88b8
https://www.wix.com/corvid/forum/community-discussion/multiple-file-image-upload

J. D. (Wix Forum Ninja) has this example that you can look at too.
https://jonatandor35.wixsite.com/test/multiupload

Ok, thank you so much!