Applet: | UploadClient |
Description: | CustomFileSelectorTitleText sets the text displayed on the file selector's title bar. See also, UseNativeFileSelection. |
Example: | The following enables JFile's file selector, and displays "Select files/folders to upload" on the title bar. <param name="UseNativeFileSelection" value="0"><param name="CustomFileSelectorTitleText" value="Select files/folders to upload"> |