30 Mar
2000
30 Mar
'00
4:12 p.m.
On Thu, Mar 30, 2000 at 10:23:11AM -0600, jeffr@odeon.net wrote:
One thing you might want to look at is storing the photos right in the SQL database. MySQL for instance has a 'blob' column type for storing binary information. I know some people have had success storing small images (there is a max file size that blob supports, but I forget exactly what the limit is) in this manner.
Isn't it 32kb for Postgres? Unfortunately, the photos are up to 350kb. Ok, ten smaller objects could do :-)))