Click to See Complete Forum and Search --> : Inserting Images into a database via an insert form


jonthomas83
02-13-2007, 07:02 AM
Hi there,

I have got a form that inserts a picture file into the same directory as my existing database.

I now need to know how to take that image and put it into a field in the database using an Admin Insert form that I have set up.

any idea's? preferably I'd like to give the user the option to browse for the file and insert it directly into that field.

Cheers for any help given
Jonathan

Ribeyed
02-13-2007, 06:01 PM
just add the file name into the database thats all you need.

jonthomas83
02-13-2007, 06:44 PM
Yeah I know that I can insert the images using html code in the database field. However, if I wanted to use and administrator type 'insert new record' asp page, where the admin can update the database with new records, I want to make it easier for them to pick the images rather than typing code into the form. I don't know if I can explain it any easier to be honest, it's hard to say what I'm trying to accomplish!

jonthomas83
02-23-2007, 05:22 AM
Anyone?