Using “BYTEA” DATATYPE WITH POSTGRESQL
Storing large object files into database is much interesting then saving path of files. Large object data like images, document can be save into database by two simple method: 1> Save images in base encoded form that i had explained in my earlier article PHP Encoding with base64 2> Use BYTEA Data type in Postgresql. […]