Posted by Ralph Hφglund on 11/22/74 11:37
oeb skrev:
> Ralph HΓΆglund wrote:
>
>> David Dorward skrev:
>>
>>> 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.
>>>
>> Thanks. The problem is that the server does not have CGI possibilities
>> for some reason. So Perl is not an option. In Perl I could write a
>> program that made buttons, one for each song I upload, dynamically I
>> think. I remember doing that some years back.
>
>
> Does your server support PHP?
Yes, it supports PHP 4. I have not made myself into PHP yet so I
don't know where to start. If you have some directions for me I
would very much appreciate that.
>
> Javascript is not suitable for this.
I see.
[Back to original message]
|