Re: manage stored files via web

From: Victor Yegorov <viy(at)pirmabanka(dot)lv>
To: Matt Palmer <matthew(dot)palmer(at)abcmail(dot)co(dot)uk>
Cc: "Postgres PHP" <pgsql-php(at)postgresql(dot)org>
Subject: Re: manage stored files via web
Date: 2003-03-20 13:29:05
Message-ID: 20030320132905.GD16456@pirmabanka.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

* Matt Palmer <matthew(dot)palmer(at)abcmail(dot)co(dot)uk> [20.03.2003 13:18]:
> are the jpegs only memory-resident or are they actually on-disk at any point??

Nor memory resident, neither on disk. They are inside DB, to extract them i
need to use pg_lo_open, pg_lo_read funcs. Then I have a string, containing
file data. And I don't want to store them on disk, I'd like to output them
directly, specifing the name of the file somehow.

But how?

--

Victor Yegorov

In response to

Browse pgsql-php by date

  From Date Subject
Next Message apz 2003-03-20 13:41:43 Re: manage stored files via web
Previous Message Victor Yegorov 2003-03-20 11:03:42 Re: manage stored files via web