Specifying the local file filter |
![]() ![]() ![]() |
You may optionally specify a local file filter as an applet parameter. This file filter will limit the files returned in the Current directory listing. To specify this filter simply provide a comma delimited list of the file types to be allowed using the fileFilter parameter.
Example
<param name="fileFilter" value="gif,jpg,png"/>
The above example will limit the files displayed in the Current directory listing to those ending in gif, jpg and png extensions.
See also