Re: manage stored files via web - Mailing list pgsql-php

From Victor Yegorov
Subject Re: manage stored files via web
Date
Msg-id 20030320132905.GD16456@pirmabanka.lv
Whole thread Raw
In response to Re: manage stored files via web  ("Grant Henderson" <granth@fusion-advertising.co.uk>)
List pgsql-php
* Matt Palmer <matthew.palmer@abcmail.co.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

Attachment

pgsql-php by date:

Previous
From: "Victor Yegorov"
Date:
Subject: Re: manage stored files via web
Next
From: apz
Date:
Subject: Re: manage stored files via web