Hi.
I have a database where I can upload some images to it !!!! (it works)
FileDB.mdb
Files
id = Auto and Key
Filname = Text
FilStr = Number
FilData = OLE-O
Type = Text
FirstName = Text
LastName = Text
Profession = Text
iName = Text
if I upload an images, it will save the informations like this:
FileDB.mdb
Files
id = 33
Filname = images.jpg
FilStr = 71186
FilData = Long binæry data
Type = image/pjpeg
FirstName = Test
LastName = Test
Profession = Test
iName = Test
if I want to make a site "show.asp" and this site will show alle the images in the database in 50x50 px !!
How shut the site code then look like !????