How do I communicate Javascript data in JSF?

Asked

Viewed 460 times

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?

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.