Applet: | UploadClient |
Description: | LabelLookInText sets the text displayed on the file selector's directory "look in" field. The file selector will display the files and folders contained in the "look in" directory. See also, UseNativeFileSelection. |
Example: | The following enables JFile's file selector, and displays "Enter a directory:" on the "Look in" label. <param name="UseNativeFileSelection" value="0"><param name="LabelLookInText" value="Enter a directory:"> |