Applet: | UploadClient |
Description: | ButtonCancelText sets the text displayed on the file selector's cancel button. Clicking this button cancels any selections, and returns the user to the main upload window. See also, UseNativeFileSelection. |
Example: | The following enables JFile's file selector, and displays "Quit" on the cancel button. <param name="UseNativeFileSelection" value="0"><param name="ButtonCancelText" value="Quit"> |