Disabling creation of remote directories

Top  Previous  Next

You may disable the ability to create remote directories by passing the enableRemoteCreateDir applet parameter to the applet with a value of false.

 

Example

 

<param name="enableRemoteCreateDir" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

enableRemoteCreateDir = false

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters