Is there a way of specifying file types displayed. I would like this listing to only show mp3 files. This will save me loads of server space because I currently have to duplicate all of the files. 1 set for playing and another set for downloading.
Not directly. The script lists all files in a particular folder that
are not the file lister itself. It’s certainly possible to edit the
file lister (index.php) that the Action creates, and add some rules to
the “skip this file” test.
You could add another test in there based on the filename or
extension, if you have something common about all of the files you
don’t want to have listed.
How are you marking these files that you don’t want to have visible at
the moment?
Walter
On Apr 29, 2010, at 9:54 AM, Neil wrote:
Hi,
Is there a way of specifying file types displayed. I would like
this listing to only show mp3 files. This will save me loads of
server space because I currently have to duplicate all of the files.
1 set for playing and another set for downloading.