Image thumbnails on web-server (not image gallery).

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tsmith@micromill.com

    Image thumbnails on web-server (not image gallery).

    Hi,

    Is there a way to configure my Apache server to display thumbnails of
    images when it lists a folder's entries?

    I have thousands of images which I upload to a folder on the server,
    but when I want to remotely find a particular image, I have to guess it
    based on the filename.

    Can this be done in apache, or is there a simple PHP script that can
    take the contents of a folder then generate and display thumbnails? I
    don't want a fancy image gallery.

    I've had a good look around, but all my searches turn up how to set up
    image galleries etc. which is not what I want.

    Kind regards

    Tim

  • Andy Jeffries

    #2
    Re: Image thumbnails on web-server (not image gallery).

    tsmith@micromil l.com wrote:[color=blue]
    > Can this be done in apache, or is there a simple PHP script that can
    > take the contents of a folder then generate and display thumbnails? I
    > don't want a fancy image gallery.[/color]



    I've had good success with activeGallery. It's a couple of simple PHP
    scripts you just drop in the folder, make a ./tmp/ folder (and Apache
    writable) and off you go.

    For an example :



    Cheers,


    Andy

    Comment

    • tsmith@micromill.com

      #3
      Re: Image thumbnails on web-server (not image gallery).

      Excellent - that's just what I was after!
      Thanks.

      Tim

      Comment

      Working...