I have a question regarding the UPLOAD function.
I was able to insert the file into the database but how do I retrieve it and display on the page as an image. As of now, it shows up on the page (in the database as well) as a local path C:\Documents and Settings\user name\My Documents\image.gif
Is there an upload folder that I need to create, so when I hit on insert, the image will be uploaded to this folder?
How do I display the actual image on the page, instead just the local path?
Please help.
JT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I have a question regarding the UPLOAD function.
I was able to insert the file into the database but how do I retrieve it and display on the page as an image. As of now, it shows up on the page (in the database as well) as a local path C:\Documents and Settings\user name\My Documents\image.gif
Is there an upload folder that I need to create, so when I hit on insert, the image will be uploaded to this folder?
How do I display the actual image on the page, instead just the local path?
Please help.
JT