Skip to main content
Question

How to insert Image in BYTEA PostgreSQL colum

  • February 10, 2021
  • 1 reply
  • 188 views

Forum|alt.badge.img

Hello,

I have a process that read a folder with PNG images and I have to populate a PostgreSQL Table with some information and the Picture Itself.

 

I first tried to save the data in the column using the AttributeFileReader but it seems not working.

 

Do you have an other approach?

 

Thanks for your help.

 

Mr Steph.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • February 10, 2021

What isn't working, storing the file as a feature? or writing it to postgres?

Are there any error messages?