Forums
This topic is locked
The path to the image on the webserver needed ?
Posted 17 Aug 2006 23:16:29
1
has voted
17 Aug 2006 23:16:29 Ruurd Asselbergs posted:
Hi, I have a form with textfields. After submitting that form they get stored in Acces. Then you get a page where you can upload 4 images. These get stored in a folder on the server. So far so good..But is it possible to 'link' the id of the Access record with the images on the server? So that when you view the record of the Acces Dbase you also see the 4 images. Replies
Replied 17 Oct 2006 07:31:29
17 Oct 2006 07:31:29 micah santos replied:
yes, it is possible.
basically, you'll need some sort of identifying value that will associate the record id directly to the image files stored in your server.
it will look like something like this:
ID | Record Name | Image_Path
1 John server.com/images/img1.jpg
2 Doe server.com/images/img2.jpg
3 Jane server.com/images/img3.jpg
basically, you'll need some sort of identifying value that will associate the record id directly to the image files stored in your server.
it will look like something like this:
ID | Record Name | Image_Path
1 John server.com/images/img1.jpg
2 Doe server.com/images/img2.jpg
3 Jane server.com/images/img3.jpg