I want to store images related to a particular row in my table, So my table is called spot, and each spot can have multiple images, should i just store the images in a folder on the server and then store a location to that folder in a column of that row called imagesLocation?
or should there be other information encorporated?
any ideas?