• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Software that creates a website with a catalog of different files to download?

starriol

Member
Good day!

Let me explain what I need.
I have a folder, with about 30 subfolders, each of which contains hundreds of files.

What I want is to have a way (using either static HTML or PHP, I don't care as long as it's automated) to create a catalog of these files, with a download link.

I should end up with several sections, each named after each subfolder.
So if you click on the link to "A", you should see a link that is called as the file name and if you click there, you go to a download page for that file (or the file itself).

Any ideas???
 
Thank you for all your responses.
I'm looking for something more integrated into the website itself.
The only example that I could find of something similar to what I'm looking for (in presentation, not content, we'll be using it at our college for educational purposes).
http://megagames.com/games/fixes/all/J

You can select a different letter (which would be a subfolder) and go from there.
 
Easiest way is to write a script that generates this stuff. It's a one time job and shouldn't take you more than an hour or so if you have some experience with scripting.

I have a version of this that's nonrecursive for cataloging pictures but it should be easy enough to make it recursive.
 
Back
Top