GR> I was wondering how do you actually insert a blob if it's an image (say a
GR> JPEG) in a MySQL DB.

You would read the file in and then update with the variable read.

BUT .. i would suggest that you don't store images, or anything that
is of 'file' origin into the db.  It is easier, faster and seems to
make more sense to simply store the path/file of the object.

fwiw

-- 
DSig                                 `````
David Tod Sigafoos                  ( O O )
mailto:[EMAIL PROTECTED] _______oOOo__( )__oOOo_______

Using 'The Bat' 1.61
Using 'OS' Windows 2000 Service Pack 2


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to