Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to make a form so that user can put details of an image into a database. Instead
of typing image name eg: "swim.jpg". I want to let user browse for the image so that
spelling can be correct and for ease of use. The problem is that I want only the image name
"swim.jpg" to be placed into the database instead of "C:\album\images\swim.jpg". The image
will be later called up to be displayed in webpage. The image names are of various lengths but the place where they kept will be the same.
of typing image name eg: "swim.jpg". I want to let user browse for the image so that
spelling can be correct and for ease of use. The problem is that I want only the image name
"swim.jpg" to be placed into the database instead of "C:\album\images\swim.jpg". The image
will be later called up to be displayed in webpage. The image names are of various lengths but the place where they kept will be the same.