Hi All,
I want to give each of my user some 20k of space to load their images or pic. for their avatar.
These images will not be sent over the internet.
So is it good to store it in db (I am using mysql) or just in images directory. Uploading is not a problem as it will be done as a one time job directly to the server.
I will have plenty of users.
With the limited knowledge of rails and web I have, I find storing it as
a file in images directory and storing the name of the file in DB very easy to achieve. Please help me with the pros and cons of this approach.
Thanks & Warm Regards,