Re: manage stored files via web

Поиск
Список
Период
Сортировка
От Victor Yegorov
Тема Re: manage stored files via web
Дата
Msg-id 20030320132905.GD16456@pirmabanka.lv
обсуждение исходный текст
Ответ на Re: manage stored files via web  ("Grant Henderson" <granth@fusion-advertising.co.uk>)
Список 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

Вложения

В списке pgsql-php по дате отправления:

Предыдущее
От: "Victor Yegorov"
Дата:
Сообщение: Re: manage stored files via web
Следующее
От: apz
Дата:
Сообщение: Re: manage stored files via web