diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 2 | ||||
-rw-r--r-- | pdf-as-web/src/main/webapp/verifystart.jsp | 2 |
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> |