What I want to do:
folder will have new files constantly added, I want when the user visit the page, a listing of all the current files is shown, he picks the selected file and the file name is then parsed and displayed.
I mean parsed and display because the file could be a .gif or .swf or .doc, etc. so whatever it is, the browser will display it appropiately.
Option 1:
Using ftp functions, but I think this limits me to browsing only.
What do you guys think?
other options?