Disabling deletion of remote files

Top  Previous  Next

Disabling the ability to delete remote files

 

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

 

Example

 

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

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

enableRemoteDelete = false

 

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