Using local file filters

Top  Previous  Next

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 comma-delimited list of file extensions.

 

Example

 

<param name="localFilter" value=".jpg, .gif, .png">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

localFilter = .jpg,.gif,.png

 

The above example demonstrates this setting loading applet parameters from the params.txt file.