Page 1 of 1

image or picture insertion in mysql database

Posted: Wed Feb 11, 2009 3:30 am
by vapanchamukhi
I have written a program which actually has to upload the image into the database.so i need help in reading image or picture in the html form. i also want to know how this should be sent to the server side which i have written using php. and also tell me how to insert that image into the mysql database and retrieve it from the same. Thanks in advance.

Re: image or picture insertion in mysql database

Posted: Wed Feb 11, 2009 4:22 am
by requinix
You don't want to store images in a database. It's a hassle that you'll regret later. Store them as files on the server.

Uploading a file with a form