Using remote file filters
Top  Previous  Next

You may limit the types of files returned in a remote directory listing by passing the remoteFilter applet parameter to the applet with a value equal to a comma-delimited list of file extensions.

Example


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

The above example demonstrates this setting using HTML applet parameters.

Example


remoteFilter = .jpg,.gif,.png

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