NonNativeFileSelectorVersion Parameter

 Applet: UploadClient
 Description:

JFile 2.1 includes a new version of the platform-neutral file selector that offers an improved user interface and several new features. For backward compatibility, the earlier version of the file selector is still available. For details on the earlier version, see File Selector Version 1.

In JFile 2.1 and later versions, version 1 of the file selector is deprecated. It may become obsolete in a future version of JFile.

To use the earlier file selector, set UseNativeFileSelection to 0 and NonNativeFileSelectorVersion to 1.

NonNativeFileSelectorVersion is set to 2 by default.

 Example: The following enables version 1 of JFile's platform-neutral file selector:
	<param name="UseNativeFileSelection" value="0">
	<param name="NonNativeFileSelectorVersion" value="1">