Re: manage stored files via web

From: "Grant Henderson" <granth(at)fusion-advertising(dot)co(dot)uk>
To: "Postgres PHP" <pgsql-php(at)postgresql(dot)org>
Subject: Re: manage stored files via web
Date: 2003-03-20 10:53:12
Message-ID: 31EA81C61A3D014F8D6933864F32C604049D25@server1.fusion-advertising.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

It would be better if you haven't gone to far already to save the files
into an level above the web directory and simply save the link to the
file into a varchar in the DB.
Then just call the link into an <a href="">.

G

-----Original Message-----
From: Victor Yegorov [mailto:viy(at)pirmabanka(dot)lv]
Sent: 20 March 2003 10:47
To: Postgres PHP
Subject: [PHP] manage stored files via web

Hello.

Sorry for off-topic, but...

I have the following problem. I'm developing system with ability to
store files inside it. Files are being stored in postgres as large
objects.

The problem is, that actual file names are stored along with LO oids.
When user wants to download some file, it clicks on link:
"...?oid=<oid>&action=get" and browser suggests strange name for file
being downloaded (currently it suggests domain name or link text as file
name).

What I want is that file name suggested by browser would be the one,
stored in DB. I currently enclose it in Content-type: HTTP header, but
that seems to be not working.

Thanks in advance.

--

Victor Yegorov

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Victor Yegorov 2003-03-20 11:03:42 Re: manage stored files via web
Previous Message Victor Yegorov 2003-03-20 10:46:45 manage stored files via web