-2

so there are many css styled directory themes online if you look, example: https://jmkim.github.io/simplex/demo/

is there a way to give all viewers the ability to tag files in a directory? for instance a folder with a set of pictures, each picture has tags.

1 photo shows tags for Robby, Bobby and Timmy because they are in the photo. but if you click on there tags it shows a list of files that have that tag, and all viewers have the ability to tag photos.

Timmy tag shows all the photos or files timmy is in etc.

is there something similar to this or is this possible? i assume it would have to have a database attached unless you could edit files or tag files via meta descriptions etc?

  • Sure, there are ways to do this, and yes you would have to store the date somewhere like a database. If you only needed each user to only see what they tagged you could do this with `localStorage` pretty quickly and easily: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage – Chris Barr Aug 14 '23 at 19:29

0 Answers0