Using local file filters |
![]() ![]() ![]() |
You may limit the types of files returned in a local directory listing by passing the localFilter applet parameter to the applet with a value equal to a valid Java regular expression.
Example
<param name="localFilter" value=".*\\.jpg">
The above example demonstrates this setting using HTML applet parameters.
Example
localFilter = .*\\.jpg
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also