5
I am developing an application that performs digital signature. In it, I upload a file PDF
that has the address stored in a variable JavaScript
.
In the background, there is an application in JSF
, which has the nature to sign my file PDF
.
What I need is that the JSF
get the signature file through my application JavaScript
.
Would anyone know how to direct this data from JavaScript
to the JSF
?
Someone has already developed digital signature applications, and could explain me better how to get files for signing other applications?
If the JSF application gets the address of the file it already resolves?
– Luídne