How to store images?
Posted: Fri Sep 14, 2007 9:07 am
I have around 500 images each of 70 to 100kb. I want to store it on the webserver.
I can store it by directly uploading it (standard way we do it) or can upload to database as medium blob.
The upside of storing the images in database is that i can easily have number of views and rating using table fields but i have been suggested by many friends that storing on database using blob is not preferable.
Then how do i store the images?
I can store it by directly uploading it (standard way we do it) or can upload to database as medium blob.
The upside of storing the images in database is that i can easily have number of views and rating using table fields but i have been suggested by many friends that storing on database using blob is not preferable.
Then how do i store the images?