"Oliver Haslam" <(E-Mail Removed)> wrote:
> > Hi,
> > I assume you mean your webspace. This is just a guess, but a number
> of
> > providers of web space will only make the page visible if an index.htm
(or
> > index.html) file is available in the webspace. Try creating a simple
page
> > pointing to your files and see if that solves the problem.
> >
> > --
> >
> > Martin
>
> Hi Martin
>
> Yes I mean the webspace, pipex just call it DSLSpace 
>
> I assumed making a page would get round the problem. Thing is I want to
be
> able to just whack images up there without having to edit any html for
> people to see them. Dont suppose there's a way of writing some code that
> automatically adds new images is there?
>
> Ta very much 
>
> Oli
>
Hi Oli,
does the webserver support CGI scripts? If so, you cold write a script
called index.cgi that would list the files in the images directory, and
dynamically generate a webpage listing the various images. Doing this in
perl, if supported, should be fairly straight forward. If the server is
setup correctly, it would then call index.cgi when the page was accessed.
If not, you would have to create an index.htm page with a link to the CGI
script.
--
Martin