How to display all image from a folder in jsp page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to display all image from a folder in jsp page

21st Apr 2019, 12:13 PM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar
2 Answers
+ 4
Mahen Samaranayake But file class is null return. NullException
1st May 2020, 5:06 AM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar
+ 1
Use Java's File class to access all the image files in the folder, and loop them to display.
15th Apr 2020, 3:12 PM
Mahen Samaranayake
Mahen Samaranayake - avatar