I made a small script to upload images so you can choose as many as you want. At the end is an array with all the information. How can I make this array with the files go to the request so that the backend can be inserted into the BD?
Show the HTML of how you did it. It’s a Multiple file?
Yes, whenever the input value changes I move everything to an array to have control of the files. But now I don’t know how to send this array in the request
Show the HTML of how you did it. It’s a Multiple file?
– Sam
Yes, whenever the input value changes I move everything to an array to have control of the files. But now I don’t know how to send this array in the request
– eduardo costa