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 valid Java regular expression.

 

Example

 

<param name="remoteFilter" value=".*\\.jpg">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

remoteFilter = .*\\.jpg

 

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

 

See also

 

Specifying applet parameters