I'm using showPreview() in readonly mode to view the results of someone taking a survey.
Since everything is readonly - the icon for the file that was uploaded is not clickable.
I'd like to be able to click that icon to download the file. BUT - I do not want the ability to delete the file - just be able to download.
Is there a preferred way to enable a click event for the file icons? I will write custom download logic in that event.