I would like to insert a specific pdf document into the form processor component.
Instead of manually selecting the document, the user should only initiate the upload of the document by pressing a button.
After the user pressed the button, the app should load the document into the form processor.
The information of the filename and the location of the next document is available and can be provided as a parameter to any function.
I provided a picture in the attachments where I can manually select the document. Instead I would like to create a new button for the functionality I described before.
Is there a statement which I can use in the onselect function of the button in order to insert the document into the form processor?