adspace
Answer Posted / Avanish Kumar Shukla
You can't directly store images in PostgreSQL like a file system. However, you can store binary large objects (BLOB) or images as base64 encoded strings or use external referencing methods such as File System, Amazon S3, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers