database management for images
Little bit of background information: The previous project manager was
fired due to not delivering the project on time. I have little
experiencing coding, but am now leading the team to finish the website.
The website itself is similar with Ebay where an item is added for sale.
Images and documents will are associated with the item, but hosted in
folders that are created when the image is uploaded. The dev team has
asked me "how to manage the folders with the documents in relation to the
item listing". There will be between 1-10 images/documents uploaded per
item and will be between 1000-2000 items listed at one point in time (if
not more).
From looking around, I believe the easiest solution is to name the folder
by the item number and list the reference in MySql. Each item will have an
individual item number and should be no duplicates. Are there better
solutions for the folder management?
No comments:
Post a Comment