aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp
diff options
context:
space:
mode:
authorChristian Maierhofer <cmaierhofer@iaik.tugraz.at>2014-02-25 09:38:04 +0100
committerChristian Maierhofer <cmaierhofer@iaik.tugraz.at>2014-02-25 09:48:43 +0100
commit4ac58df2e45cf2640bcd7b34823522a3300e86c9 (patch)
treea0ca1c1bdc3c8fa67b2062e50ede70d063829c9a /pdf-as-web/src/main/webapp
parentc683ceb96e7c3e1d8fea6ebc90d61e0fb41fe9a4 (diff)
downloadpdf-as-4-4ac58df2e45cf2640bcd7b34823522a3300e86c9.tar.gz
pdf-as-4-4ac58df2e45cf2640bcd7b34823522a3300e86c9.tar.bz2
pdf-as-4-4ac58df2e45cf2640bcd7b34823522a3300e86c9.zip
changed parameter sig_type and pdfFile
Diffstat (limited to 'pdf-as-web/src/main/webapp')
-rw-r--r--pdf-as-web/src/main/webapp/index.jsp2
-rw-r--r--pdf-as-web/src/main/webapp/verifystart.jsp2
2 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 6383f8a3..eba5db46 100644
--- a/pdf-as-web/src/main/webapp/index.jsp
+++ b/pdf-as-web/src/main/webapp/index.jsp
@@ -7,7 +7,7 @@
<form role="form" action="Sign" method="POST"
enctype="multipart/form-data">
<input type="hidden" name="source" id="source" value="internal" /> <input
- type="file" name="pdfFile" id="pdfFile" accept="application/pdf">
+ type="file" name="pdf-file" id="pdf-file" accept="application/pdf">
<%
if (request.getAttribute("FILEERR") != null) {
%>
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp
index cf8187bf..8a5af476 100644
--- a/pdf-as-web/src/main/webapp/verifystart.jsp
+++ b/pdf-as-web/src/main/webapp/verifystart.jsp
@@ -5,7 +5,7 @@
<h1>Verify PDF-Dokument</h1>
<form action="Sign" method="POST" enctype="multipart/form-data">
- <input type="file" name="pdffile" />
+ <input type="file" name="pdf-file" />
<input type="submit" value="Verfiy">
</form>