I am thinking about getting the file upload addon. I want to create 5 topics, each of which is about one product, so topic 1 is about product A, topic 2 is about product B, etc. In topic 1 people can upload images about product A, in topic 2 images about product B, etc.
The uploaded images will be shown on our website in some html table view through a php script which I will (try to) build. There will be 5 slideshows, each one is about 1 product. So I need a way to identify the images as being product A, B, C, D or E, either by the folder they are stored in, either by their file names. I suppose I will need to modify the addon-script for that, because this will default not be possible, will it?
(btw. if better I can create 5 (sub)forums instead of 5 topics) |