HideRecursiveCheckBox Parameter

 Applet: UploadClient
 Description: When HideRecursiveCheckBox is set to 1, the "Recursive" check boxes on both the Upload Applet and the file selector will be hidden, and recursive directory uploads disabled. When a directory is uploaded recursively, it is uploaded with its subdirectories, maintaining the original directory structure.

See also, UseNativeFileSelection and Uploading a Directory.

 Example:

The following enables JFile's file selector, and hides the "Recursive" check boxes on the Upload Applet and the file selector.

<param name="UseNativeFileSelection" value="0">
<param name="HideRecursiveCheckBox" value="1">