FileFilterN Parameter

 Applet: UploadClient
 Description:

FileFilterN adds one or more file type filters to JFile's file selector. The file filters are displayed in a drop-down list box.

The value of FileFilterN includes a filter name and one or more filters, as follows, FilterName (Filter1, Filter2, etc.).

The filter (*.*) allows the user to browse all files with an extension. The value (*) allows the user to browse all files, including files without an extension.

See also, LabelExtensionSelectorText.

 Example:

The following will apply three file filters to JFile's file selector.

<param name="FileFilter1" value="Web files(*.htm, *.asp)">
<param name="FileFilter2" value="Text files(*.txt)">
<param name="FileFilter3" value="All files(*)">