[ic] displaying directory contents

Paul Jordan interchange-users@icdevgroup.org
Tue Mar 25 16:17:00 2003


>
> I would like to allow users to upload files (newsletters -
> pdf's), and setup
> an interchange page to display the content of the folder so that customers
> can download them.
>
> How can I do this?
>
> Any feedback will be appreciated.
>
> Thanks,
>
> Chris


Hi Chris, I can't help you with the upload part, but as for the downloads, I
suggest integrating the "upload" portion with a database record or some
sort, with the files end location. It then just becomes ITL/HTML. I say this
becuase I looked into perl scripts for displaying (listing) contents of
folders for a user and it seemed to come down to AllowGlobal would have to
be set, which is not recommended.

Paul