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.
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"> |