I have images stored NOT in the database, but I have their filenames stored in the database. I want my ASP page to do a BinaryWrite of the image somehow if I know the filename. I know how it works if I am pulling an "image" from the database, but that's not what I'm looking for. I need to somehow get the binary for any give filepath.
What I am trying to do is have bannerads pulled from asp pages. So the page with the banners would have something like <IMG SRC="mypage.asp?bannerid=1"> The mypage.asp file would grab the "filename" from the database and do a binary write.
Any ideas?
Thanks,
Scott
What I am trying to do is have bannerads pulled from asp pages. So the page with the banners would have something like <IMG SRC="mypage.asp?bannerid=1"> The mypage.asp file would grab the "filename" from the database and do a binary write.
Any ideas?
Thanks,
Scott