Add one more image by keeping previous images as it is
I am working on mvc. I have made an editing page where descriptions of a specific title are shown along with the multiple images added with a particular description. I want to make a button that adds one more image without removing the previously uploaded images. The new image should be added along with previously uploaded images.
I tried this from the controller side.