Uploading Secure Form files to your web server
The following three files
Bcprov-jdk14-119.jar
Form.jar
Secure_form.html (or whatever file you have used to call the applet)
need to be uploaded to your web server (just like you upload any other file to your web site) and stored in the same folder.
Once uploaded to your web server you just need to make sure that the form users URL directs them to the .html (or equivalent) file that contains the secure form applet.
IMPORTANT NOTE : Make sure the files are uploaded to your server in ASCII mode and NOT binary. The .jar files are digitally signed so that the user is alerted to any modifications to the secure form. Transfer in binary mode will cause the digital signature verification to fail because it reformats the information.