Hello Vora,
I look at the link but that is not what I was looking for. I have not problem loading image directly into database, but I want is may I was not clear, here is what I need to do:
I have page that users have to use to provide their name and email as well as thier picture:
I have a table with four columns: firstname, lastname, email and imagename
1. image stored into a folder called" publicfolder" locate web root
2. insert data for firstname, lastname , email and image pathname into the table.
3. retrieve firstname , lastname, email, and imagename from table . and imagename from table should also get image from "publicfolder" folder in web root.
4. display all on GRiedview.
Thanks
4. while