Hi there,
I am building an application that requires for pages to be dynamic. There are several images to be used on a page and I would like to know where is the best place to store them.
I have been reading about the following options:
1) How to store the image in the database table as a BLOB field
2) To keep the images in a folder called "Images" and then store the link to the image in a field in the database table.
Does anyone know about the pros/ cons of either of these methods? I am assuming that the second method would involve less development work and hence, be faster to implement, which is also an important consideration.
Any ideas/ suggestions/ alternatives would be much appreciated.
Thanks in advance.
SonD
I am building an application that requires for pages to be dynamic. There are several images to be used on a page and I would like to know where is the best place to store them.
I have been reading about the following options:
1) How to store the image in the database table as a BLOB field
2) To keep the images in a folder called "Images" and then store the link to the image in a field in the database table.
Does anyone know about the pros/ cons of either of these methods? I am assuming that the second method would involve less development work and hence, be faster to implement, which is also an important consideration.
Any ideas/ suggestions/ alternatives would be much appreciated.
Thanks in advance.
SonD