Applet: | UploadClient |
Description: | JFile's file selector includes a file extension selector, allowing the user to limit the display of files to specific file types. Use LabelExtensionSelectorText to change the extension selector's caption. See also, UseNativeFileSelection and FileFilterN. |
Example: | <param name="FileFilter1" value="Graphics Interchange Format (*.gif"> <param name="FileFilter2" value="Bitmap (*.bmp)"> <param name="LabelExtensionSelectorText" value="Display only:"> |