Rights to open a dialog for selecting a file
I am forced to ask for help again.
I have a form with a button to import data from a text file. Here I am using the dialog to select a data file to be imported.
The form works as it should ... but only in Adobe Acrobat Pro DC. When I open it with Reder, the import function does not work.
Debugger shows error:
NotAllowedError: Security settings prevent access to this property or method.
Field.fileSelect: 46: Field Btn: Mouse Up
The line it crashes on is:
fld.fileSelect = true;
I think I've tried all possible security settings in Reader and can't find the reason.
