Question
Java script to select from locally saved PDFs
- February 7, 2020
- 1 reply
- 2342 views
I want to select a file with the file widget similar to how the code below changes images:
$scope.view.wdg['part_img']['imgsrc'] = 'app/resources/Uploaded/1606XLB.png';
I think the script should look similar to this:
$scope.view.wdg['part_file']['fileurl'] = 'app/resources/Uploaded/1606-in006_-en-e.pdf';
Where 'fileurl' is used, what is the correct call out?
This needs be used completely offline. We want locally saved user manual PDFs to associate with clickable parts.
This is a script related to the file widget and source of the File URL.

