Gets or sets a value which enables or disables caching for Image Uploader Java applet.
$au.uploader({ javaControl: { //...other params... cached: true, //...other params... } })
Type: Boolean
If true
, the Java applet is not re-downloaded until you update it on the server. Otherwise, the applet is re-downloaded every
time a user visits this page.
Default value is true.