+ 1
How do I save images to my database
2 Respostas
+ 2
If you are storing an image for building a website and such, I believe it's better to store the file location instead. (Like: "images/image1.png")
If you really want to experiment with storing images in a Database, you can use a BLOB column. Depending on the DB, there are LARGEBLOB which could be more useful.
I wish you success!
0
Thanks so much Luis