Show all images in a directory
I would like to make a default.aspx file with very minimum code to display ALL images in a given directory. Could someone please show me an example of this. The images should just display on the page one after another. No need for anything complex. I am using vb for language.
Re: Show all images in a directory
Hey,
Here is a very simple example:
http://www.4guysfromrolla.com/articles/070704-1.aspx
There is quite a lot to think about with what you are asking, so in all likelihood, it will take a fair bit of code to get up and running correctly. For instance, do you want to create thumbnails of the images on the fly so that you don't have to serve out the whole image.
You might also want to think about using this:
http://www.huddletogether.com/projects/lightbox2/
Gary
Re: Show all images in a directory
hay prog,
I've looked at Gep link and i agreed it will provide a good sample,
do you still facing problems ?