Disabling file upload |
You may disable the ability to upload files by passing the enableUpload applet parameter to the applet with a value of false.
Example
<param name="enableUpload" value="false">
The above example demonstrates this setting using HTML applet parameters.
Example
enableUpload = false
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also