Colleagues.
I have now taken a project here at work, where back in the beginning this project was developed. It works as follows:
Some folders with jpg have been created on the page index.php, where it directs to the respective links. But files (PDF) are sent sent via FTP, where the industry here creates folders and subfolders and places these PDF files.
The person who made this "project" just changed the jpg image link on the home page. I thought about redoing this project, but there are already dozens of folders and subfolders with these pdf files.
When we click on the folder link, the index / of page and the file name appear:
What I thought of doing, creating a file in html or PHP, customizing and seeing if with PHP, JQuery, Ajax, I'm not sure, read the names of the folders / subfolders of the server and create something more personalized with image next to the file name or something along those lines.