Im at the point I have to chose between displaying images from an ordinary folder or uploading and retreiving them from a database.
Yet, I can't decide which would be best keeping in mind storage size and security.
Ive read storing images in a database is more save, easy to move and backup. But takes more storage.
Also, are there any good tutorials on uploading and retreiving images from a database? I managed to decode the images to base64 and insert them into the database but I can't get them out and show them on my website.
Many thanks,
Yet, I can't decide which would be best keeping in mind storage size and security.
Ive read storing images in a database is more save, easy to move and backup. But takes more storage.
Also, are there any good tutorials on uploading and retreiving images from a database? I managed to decode the images to base64 and insert them into the database but I can't get them out and show them on my website.
Many thanks,