First, you create table, column type is "bytea". Then you store image into Postgres with PDO.We should carefully consider the data size and database volume, but light images would be possible to store like this example.
コメント