Storing images from database to be viewed at later date on site
am 02.09.2005 13:24:07 von GavMc
Okay, can anyone help me with this...
I am trying to create a page that when clicking on a link (i.e. show
selection) outputs a selection of images stored in a access database. From
the images i need to be able to click on one or more (or highlight it using a
tick box), so that the image will be saved (perhaps to a table i.e.
tblMySelection), to then enable me to view the saved images at a later date .
Users should be able to view the images without having to log in.
Does anyone have any examples of code that will allow me to do this? Any
help would be appreciated.
G.
Re: Storing images from database to be viewed at later date on site
am 03.09.2005 03:21:52 von jeff.nospam
On Fri, 2 Sep 2005 04:24:07 -0700, "GavMc"
wrote:
>Okay, can anyone help me with this...
>
>I am trying to create a page that when clicking on a link (i.e. show
>selection) outputs a selection of images stored in a access database. From
>the images i need to be able to click on one or more (or highlight it using a
>tick box), so that the image will be saved (perhaps to a table i.e.
>tblMySelection), to then enable me to view the saved images at a later date .
>
>Users should be able to view the images without having to log in.
>
>Does anyone have any examples of code that will allow me to do this? Any
>help would be appreciated.
Might start with:
http://www.aspfaq.com/show.asp?id=2149
Jeff