Posted by David Dorward on 11/22/46 11:37
Ralph Höglund wrote:
> I am planning a page that shows music clips that are to be
> uploaded into a directory at server level.
> Shall I use some java-script and how?
JavaScript won't solve the problem. You need a process running on the server
to generate an index page. Most servers will generate directory indexes
automatically (although the feature can be turned off), but rolling your
own in (for instance) Perl will give you more control over the appearance.
The specifics depend on the capabilities of your webserver.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|