Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to make an image gallery in JavaScript, that has folder icons, and inside those folders, it has the image thumbnails and other folders
What I want to accomplish, is a way to view the images on my site, like in windows explorer preview
Any help or suggestions, will be appreciated.
Thanks in advance.

What I have tried:

Lightbox[^]
Posted
Updated 30-Oct-19 3:21am
Comments
ZurdoDev 30-Oct-19 9:15am    
Search for existing jquery plugins.

1 solution

See: GitHub - Studio-42/elFinder: 📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI[^]

If this does not quite fit your needs, worry not, it's open source so you can change the source code any way you want :)
 
Share this answer
 
v2
Comments
Member 10850253 30-Oct-19 9:31am    
What I need is something like a file manager, but only for images, and I don't know if this will work.
Please let me know your thoughts.
Is there a tutorial on how to use this code?
Thanks.
Member 10850253 30-Oct-19 9:37am    
I was reading, and realized that this won't work, because It allows you to move files and I just want the user to view images in a folder organized image gallery.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900