hi, i have a little problem with postgres...: has anyone a few php example lines in order to write an image in postgres and (expecially..!) to can view it? thanks to all!!!!
First, SEARCH before you POST.
Second, uploading an image into a database is not a good idea.
One thing I would consider doing is just put a location of the file in the database and just load that from the database. Its not a good idea to load images into a database if you ask me. But that is up to you.