Search page for photos on a server

  • Thread starter Thread starter Xerczese
  • Start date Start date
X

Xerczese

I am trying to create a serach page for my organization so that they can use
it to search a folder on a server that has the pictures in it and get the
results back on the web page so that they do not have to search through the
folder. Can this be done? I have used FP before but for simple things and
this is proving more difficult than I thought.
 
Xerczese said:
I am trying to create a serach page for my organization so that they can
use
it to search a folder on a server that has the pictures in it and get the
results back on the web page so that they do not have to search through
the
folder. Can this be done? I have used FP before but for simple things and
this is proving more difficult than I thought.

Anything is possible with the right amount of coding.
Your example could be handled by the creative usage of the File System
Object.(aka FSO)

What I would do would be to database information on the images. You will be
able to store more information about the images and then you can use
standard methods of searching the db as opposed to custom coding. FSO also
is a Windows thing that 'nix just dont understand.
 
Back
Top