Re: Get Extension in Bytea Type
- From: Chris <dmagick(at)gmail(dot)com>
- To: Junior <sktjuniors(at)gmail(dot)com>
- Cc: pgsql-php(at)postgresql(dot)org
- Subject: Re: Get Extension in Bytea Type
- Date: Tue, 29 May 2007 10:18:55 +1000
- Message-id: <465B716F.10506@gmail.com> <text/plain>
Junior wrote:
Hi, I need get the extension in bytea type, my web system save in
database one file, the file can be many extensions, i need get de
extension from this file for the users can download this file..
If you're not saving the filename you'll have to resort to saving the
file & then using something like:
exec('file /path/to/file', $out);
print_r($out);
to work it out.
--
Postgresql & php tutorials
http://www.designmagick.com/
Home |
Main Index |
Thread Index