[PHP-DB] Inserting Image as Blob in MySql DB

2001-03-25 Thread Phil Jackson
Hi, Does anyone know the proper method for inserting an image(*.jpg or *.gif) into a MySql database blob field? I am recieving the file via an html form with the usual enctype for this and input type=file parameters. I can save it as just a regular file and then display it fine on the page, but

Re: [PHP-DB] Inserting Image as Blob in MySql DB

2001-03-25 Thread Stuart J. Browne
Does anyone know the proper method for inserting an image(*.jpg or *.gif) into a MySql database blob field? I am recieving the file via an html form with the usual enctype for this and input type=file parameters. I can save it as just a regular file and then display it fine on the page,