diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index eba5db46..82458f77 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -4,7 +4,7 @@ <title>PDF-Signatur</title> </head> <body> - <form role="form" action="Sign" method="POST" + <form action="Sign" method="POST" enctype="multipart/form-data"> <input type="hidden" name="source" id="source" value="internal" /> <input type="file" name="pdf-file" id="pdf-file" accept="application/pdf"> @@ -20,7 +20,7 @@ <% if (WebConfiguration.getLocalBKUURL() != null) { %> - <img src="assets/img/onlineBKU.png" /> <input type="submit" + <img src="assets/img/onlineBKU.png" /> <button type="submit" value="bku" name="connector" id="bku">Lokale BKU </button> <% |