Disabling remote renaming of files

Top  Previous  Next

You may disable the ability to rename remote files by passing the enableRemoteRename applet parameter to the applet with a value of false.

 

Example

 

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

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

enableRemoteRename = false

 

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

 

See also

 

Specifying applet parameters