n a field using BLOB type. I think
it is quite enough for you :)
- Original Message -
From: "Sharmad Naik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. április 30. 16:05
Subject: [PHP-DB] linking images
> I m using postgresql-7.0.2 with php,My problem is
And store the file type - it does make a difference when you go to display
it..i.e. *.gif or *.jpg..
Phil J.
olinux o wrote:
> Best way to do it is to store the filename in the db,
> faster and really simple.
>
> What I have done at my site is write a script that
> uploads the file. Uploading
ow Boulevard
Suite 326
Las Vegas, Nevada 89108-4534
Telephone: (702)656-1027
Facsimile: (702)656-1608
-Original Message-
From: Sharmad Naik [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 7:06 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] linking images
I m using postgresql-7.0.2 w
Best way to do it is to store the filename in the db,
faster and really simple.
What I have done at my site is write a script that
uploads the file. Uploading generates something like
three variables [filesize, filetype, and filename] the
only one I am concerned with is filename. The
variables ar
I m using postgresql-7.0.2 with php,My problem is that this database
doesn't allow more than 4k images to be stored .
I wanted to know how to store images in a
directory and keep its link in the dbase or if anyone can tell me how to split
the image so that it can be kept in the dbase
-Thanks
--