Hi
What I am looking for a script that will:
-list the contents of a directory
-user then clicks on a file he wants
-the script then copies that file to a different directory
-replacing the existing file using the same file name of the one being replaced
Basicly I am making an audio archive to church sermons on the internet. I have a web based audio file player that uses the file names in the player library. So what I do is upload the audio file using ftp (because they are to big for an uploader script on my server). But I have a person who every week grabs the current sermon for playing on the radio, but it needs to always have the same file name every week. So I want so make this as idiot proof as possible for the person adding a new sermon. I could do this all throught ftp if I had to but a script would keep it consistent.
Jeff