Image Downloads
I am trying to create a website where people can upload images and others can view the images and download them if they wish. As far as I have determined:
1. If I use an image gallery, a user can upload an image and others can view it easily, but the image cannot be downloaded.
2. If I use a file gallery, a user can upload an image and others can download it, but viewing the image is difficult.
3. Using a {THUMB()} on a wiki page would do a great job of showing an image, and I think I can figure out how to add downloading, but THUMB only accepts id as an argument, not fileId or name, so I can't use it to display images in a file gallery.
What am I missing? Any suggestions on how I can do what I want?