0

How to fetch multiple images from an HTML form and then upload those images into a MySQL database using JSP and Servlet?

Here I'm using a

<input type="file" name="gallery" multiple accept=".jpg, .jpeg, .png" required>

I already know how to do this with a single image. But now I want to know how to go with multiple images.

BalusC
  • 1,040,783
  • 362
  • 3,548
  • 3,513
Bimbi Aver
  • 13
  • 5

0 Answers0